Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's actually good to log the shit out in every method possible. otherwise it's very hard to find issues on prod if there was any. It makes the code less readable. using aspect helps.
-
@NuttLoose Yeahhh...it kind of helps you and other devs too understand the flow of the code !!! Proud to use it !
-
@SauceBoss Yea.. you have a point. If storage is a problem we can use a logger and configure the logs to split into files by size or period. that way old logs are backed up into a separate directory. so we can delete them when they r no longer needed.
Related Rants
While coding ....
joke/meme
programming
humor
code
funny
coding