Originally posted by OwlHoot
IMHO delivering good code is all about delivering something that is maintainable, not about delivering something that works. Even if you do actually manage to achiever 100% working (which is very unlikely) someone is bound to change the spec and want some new features at a later date.
IME the easiest way to achieve maintable code in C is to avoid smart coding tricks, you leave those to the complier. Just my opinion.
tim
Comment