DEV Community

Discussion on: That’s not very Data Warehouse - an argument against elegant SQL code

Collapse
 
georgecoldham profile image
George • Edited

Code should be first and foremost readable. If it is readable then it can be fixed by someone, it can be changed by someone, it can be optimised by someone.

Unless you are working with an extremely resource limited environment, then there is no reason why your code should not be Dev first.

Great post.