DEV Community

Discussion on: Coding practices your future self will love you for

Collapse
 
sprzedwojski profile image
Szymon Przedwojski

Good points, Arpit!
About loggind I'd add that it's a good practice to introduce different log levels, e.g. ERROR, INFO, DEBUG, TRACE. This way you can have different amount and detail of logs on different environments and possibly you can also just change an env variable to change the log levels on production if you have issues there.