Questions tagged as 'terminologia'

1
answer

What is "idiom expression" in programming?

I have already come across the term "idiomatic expression" or "more idiomatic form". Just search the site that will find several references: link After all, what is "idiomatic expression"? It relates to elegant programming ?     
asked by 15.02.2017 / 12:54
4
answers

What is the purpose of the :: (double colon) in the Angular?

I saw in some English SO question an AngularJS code that was using double colons before the variable. Example: {{ ::nome_variavel }} The normal thing is: {{ nome_variavel }} What is the difference between the two? What is the differ...
asked by 19.09.2016 / 19:01
3
answers

What are "code units"?

I want to know what code units mean? I saw this term in an answer here in SOpt and I was in doubt.    Code units should be short and have only one responsibility. Question link where I saw the term > > What defines clean code ?...
asked by 28.06.2017 / 18:59
2
answers

What would a tree and a forest be?

Sometimes here, I found here in the OS , questions about trees, graphs and even forests, in the most diverse languages, but In programming, what would a tree be? And what would a forest be? Is it an evolution of the tree, or a set of trees?...
asked by 30.06.2017 / 15:12
2
answers

What is the meaning of a "Manifest" file in programming?

I believe I have already seen a file called manifest related to some libraries of certain programming languages. If I remember correctly, there is a manifest in Android Studio. I also remember seeing a file called manifest.json in...
asked by 25.06.2016 / 23:11
1
answer

What is the difference between the relationships between tables?

I know there are three types of relationships between data from different tables: 1: 1 (one-to-one); 1: N (one for several); N: N (several to several); But what would be the difference between relationship types and their use in a rel...
asked by 10.08.2016 / 04:03
1
answer

What does handshake mean?

While studying about WebSocket , I read the following sentence:    Your only relationship to HTTP is that your handshake is interpreted by HTTP servers as an upgrade request. In this context, what does handshake mean? In practice, w...
asked by 31.01.2017 / 15:25
2
answers

What is typing style?

On Wikipedia, on the C # page says about the "typing style" of the language:    static and dynamic, strong, secure and insecure, nominative,   partially inferred What is typing style? What do the above terms mean?     
asked by 16.03.2017 / 04:50
1
answer

Parameter passing with Asp.Net MVC

In asp.Net MVC . What's the difference between using ViewBag, ViewData e View Tipada ? And when should we use them, is there any specific situation? Is there a performance difference between them?     
asked by 29.08.2016 / 14:36
1
answer

What is Sargable argument?

In queries to the database what is the concept of a sargable argument (Search ARGument Able)?     
asked by 18.06.2014 / 17:52