Wanted to check out Angular. But it's using not one but two techniques I don't like:
1. Decorators
2. Classes
I'm interested in your opinion, particularly on Decorators, do you like them? I also regularly look at Java (Spring Boot) code and find it hard to decipher because of Decorators.
1. Decorators
2. Classes
I'm interested in your opinion, particularly on Decorators, do you like them? I also regularly look at Java (Spring Boot) code and find it hard to decipher because of Decorators.
Comments
Classes imo are fine with me but I’d like for Angular to have a class-less approach as well.