Search Results

1
vote

How to restrain one’s self from the overwhelming urge to rewrite everything?

Stop rewriting when it is good enough. For this you need to know what good program is for you not only for your employer. After all you do programming for life not for good impression. Develop soun …
1
vote

How do you handle exceptional cases

First of all, think twice do you really need it. Reason is simple. You are supposed to serve specific need and input data is a mean to provide that service. If data does not fit with existing servi …
0
votes

On K.I.S.S and paving cowpaths

You still need to maintain database. One possible approach I can suggest is to map field names in application code as you plan it to do. But then sooner or later you have to start handling this nam …