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 design
Search options not deleted
user 35382
Questions about problem solving and planning for a solution through software design.
22
votes
4
answers
4k
views
Architectural differences between dynamic and static languages
Which are the design possibilities that might be a good choice for one type that's a bad one for the other? … Are there any useful features achievable with one type that's not with the other (in design and architecture, of course)?
Also, are there any dynamic-specific design patterns? …
4
votes
1
answer
2k
views
Modern practices for stored procedure-based applications
I work in a fairly large and old solution that has many entry points for different kinds of clients, with web sites for public access, web sites for internal access, some web sites and web services fo …