Is there any training material available for writing good code?
Any pointers in that direction will be helpful.
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
wow! such an open ended question! Anyway some of the best books I've come across are: |
|||
|
|
Code Complete by Steve McConnell is a good start. |
|||
|
|
These are language-specific, but might be of use depending on your need for secure coding: https://www.securecoding.cert.org/confluence/display/seccode/CERT+Secure+Coding+Standards |
|||
|
|
|
Read books & blogs. Code Complete is a good start for sanity-checking your coding style. Check out some open source projects that are making waves. Have your code peer reviewed. Finally, try some test driven development -- designing for testability can introduce you to loads of new practices. Most importantly, any time you feel like "surely there must be a better way...", do not stop learning until you have removed that nagging doubt. |
|||
|
|
Very good tips can be found here: Teach Yourself Programming in Ten Years
|
|||
|
|