We try not to break things too much, but it being ...
# contributing
j
We try not to break things too much, but it being Angular and javascript is also beneficial to use seeing as we can add contructor parameters and injections to services/directives/components alike without interfering with anything because you are not instantiating those manually. However, we try not to change parameters in utility functions, class methods, and controller functions where one might expect to call them in certain ways, unless of course we control both controller and view ourselves