11
petru
6y

Picked up an older project which is in prod for 2 years now. I got a DB error related to a null in an array.
Proceed to check the front end(angular 1.5). Ended up in a 3000 lines file😫
What's worse the array was processed by multiple functions including 'filter' and 'filter2'. Naming conventions ftw😂 I don't know whether to laugh or cry 😂

Comments
  • 0
    I don't know if I'd cry because of putting shit ton of stuff into one file, or naming, or using AngularJS..
Add Comment