Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with programming-languages
Search options not deleted user 12436
Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.
1 vote
Why is it considered a best practice to package the program code and the graphical interface...
When Separation of Concerns is applied to an application structure, the result is multi-tier architecture (or N-Tier architecture) http://en.wikipedia.org/wiki/Multitier_architecture.
10 votes
Why is JavaScript not used for classical application development (compiled software)?
Your list does not contain anything about writing files to the system, which is a massive part of software development. People would not think of using JS to build an application because it the de fa …
5 votes
7 answers
512 views
Should a .NET, JavaScript and SQL Web App developer learn Perl?
I'm a front and backend .NET web developer (most solutions use MS SQL Server) and I won't be using any non-MS solutions for a while. Will Perl be useful for situations that require scripting in an MS …
11 votes
10 answers
1k views
How could RDBMSes be considered a fad?
Completing my Computing A-level in 2003 and getting a degree in Computing in 2007, and learning my trade in a company with a lot of SQL usage, I was brought up on the idea of Relational Databases bein …
19 votes
Programming language usage at Google
1 language is enough Maybe one language is enough to complete a number of different tasks adequately, but different languages have different strengths, weaknesses and abilities. Since google most p …