DEV Community

Discussion on: Clean Code – Part 1

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

Agreed. One should also not add a database to their project for only this purpose!

One alternative is having a dedicated constants code file that depends on nothing, so everything else can depend on it.