9

What is this even supposed to mean

Comments
  • 3
    You should be wary of using webpack, i think.
  • 10
    It tells the computer to be careful when executing the code
  • 6
    If you pack it too tightly it might break
  • 1
    ah yes, a Factory .. a Client side factory .. a Client Side Logging ... Factory ....

    Everything is terrible!
  • 1
    @djsumdog to be fair, client side logging tends to be substantially more complicated than server side logging, at least as far as the application itself is concerned.
  • 0
    As the config speaking, you just never know 😈
  • 0
    @djsumdog as @lorentz correctly noted, there's a certain amount of concerns you need to take into account when you're performing client side logging (where am I supposed to log? It changes depending on the date, on the log level and the part of the application involved), so it's reasonable to have a single file handling the creation of the correct logger for you.

    What's not as clear is, however, the //TODO comment warning me to be careful when using webpack...?
Add Comment