8

Angular is not fun to work with. The amount of jumping between files to do a thing is tiring. And its documentation fucking sucks.

I guess I'm just used to single file components and Laravel's amazing docs...

Comments
  • 3
    You can also use single file components, not limited to multi-file structure.
  • 3
    @cb219 I noticed that yes! However this current codebase doesn't use that style, and I think the other devs will be quite upset if I fuck with their structure :D
  • 2
    Yeah, that jumping really sucks. That's the thing making me tired and detracted when devving
  • 1
    Wait until you run into rxjs subscription, nginit, and input racing condition bs
  • 1
    @h3rp1d3v Angular makes me feel dumb :D i'm a smoothbrain
Add Comment