0
votes
How do you know how much design is too much?
Requirements. Do you have a good requirements doc, or at least a reasonable one? If not, start there. Sketch out the general requirements for the system.
Use models. De …
0
votes
When NOT to comment code
Writing good comments is an art just like writing good code. When too many comments obfuscate the code itself or when the comments duplicate the code then it may be time to back off a little.
…
2
votes
Should programmers be able to write clearly?
Communication is essential in any profession, software engineering and computer programming are no exceptions. It doesn't matter how brilliant your idea is if you cannot effectively communicate it …
