|
|
|
|
|
by the_mat
5351 days ago
|
|
There's a dangerous flip side to this: In my experience just about all programmers want to remove things from code that they don't understand or see the reason for. Why is that weird check there? Who thought it was a good idea to allocate memory that way? Very often there ARE good reasons for those decisions, and they can stem from bug fixes or odd special cases that may not be obvious.. Moral: Be careful. |
|
Moral: if you don't understand code, don't change it, understand it.