143
Comments
  • 2
    Mhhh i prefer my F11 next step button :$
  • 1
    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.
  • 1
    @NuttLoose Yeahhh...it kind of helps you and other devs too understand the flow of the code !!! Proud to use it !
  • 2
    @SauceBoss Or QA finds weird console logs in production
  • 1
    @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.
  • 1
  • 1
    @alexbrooklyn And my console logging is actually wierd af 😂😂
  • 1
    Gotta put some determinism in that asynchronous world.
  • 1
    I like to write its fucked here
  • 3
    I literally do this in PyCharm...
Add Comment