The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
156 views

What is “Semantics visibility”?

I'm reading 97 Things Every Programmer Should Know, now I'm positioned in "Apply Functional Programming Principles", and there is a paragraph that says: ...A leading cause of defects in imperative ...
-2
votes
1answer
54 views

What are general best practices for plugin/extension development? [closed]

I need to correlate requirements for a plugin/extension of an application with development best practices. I thought there might be best practice advice that applies to plugins and extensions ...
-2
votes
1answer
135 views

Where to go to learn Principals of Programming? [closed]

Can anybody recommend a decent book or website to learn Principals of Programming? I know there is lots out there, but finding the right one with the right information can be awkward when your not ...
12
votes
2answers
433 views

Build one to throw away vs Second-system effect

On one hand there is an advice that says "Build one to throw away". Only after finishing a software system and seeing the end product we realize what went wrong in the design phase and understand how ...