|
|
|
|
|
by crdoconnor
3565 days ago
|
|
I've seen more performance problems caused by people not having clean code than I ever have from people not thinking about performance from the get go. I've also seen plenty of performance issues ironically caused by performance hacks wedged in early on. |
|
Now this does break down, if you need to get to the point where you are bit twiddling, it is not going to be clean as using something higher level.. but you can often put the nasty parts in a static method somewhere and still have the code be very easy to read.