DEV Community

Discussion on: Simple and Clean Code vs. Performance

Collapse
 
kevinrstone711 profile image
Kevin R Stone

1 way to kill your code base quickly is by prematurely optimizing. Save it as a last resort when you really need it. Adequate, but clean is better than optimized and ugly.