Developer's Worst Coding Practices
by Geethalakshmi[ Edit ] 2013-01-25 17:25:38
Developer's Worst Coding Practices
@ Bad coding
@ Not following standard
@ Not keeping performance in mind
@ History, Indentation, Comments are not appropriate.
@ Readability is poor
@ Open files are not closed
@ Allocated memory has not been released
@ Too many global variables.
@ Too much hard coding.
@ Poor error handling.
@ No modularity.
@ Repeated code.