2
drewbie
4y

I really don't know what to do when I can't get the help that we need.

We use the initial version of Jasmine for unit testing and AngularJS (not 2, 3, 4+, but 1), so it's hard to find any good examples online to create my tests. My coworkers help, but since testing isn't something we do at all (or at least very often), they are unsure on how to help me.

I don't know what to do. I feel very unproductive and not valuable to the company at this time.

Comments
  • 2
    Man I feel you. Angular is shit. Its not you who is at fault here. Also wtf 1??? The last time that I checked that out was when I was 14 lol
  • 2
    You shouldn't feel bad. I know angular inside and out, and have contributed heavily to 1 and 2+ source. That said, I wouldn't want to still be devving angularjs, there was a lot of "you have to know this to understand that" and mocking frameworks varied wildly. The mainline didn't have near enough support for effective testing.

    Angular 2, however, testing is effortless if you lean into rxjs. Rxmarbles is both intuitive and wonderful.
Add Comment