My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 16, 2010 13:15 UTC (Sat) by HelloWorld (guest, #56129)In reply to: My advice on implementing stuff in C: by dskoll
Parent article: Russell: On C Library Implementation
If your code is unmaintainable, it's usually not because of language features, but because you have misused a language feature or you have chosen the wrong one for the problem.
