generator-theia-extension icon indicating copy to clipboard operation
generator-theia-extension copied to clipboard

Shall we switch the templates to use property injection outside the constructor

Open JonasHelming opened this issue 5 years ago • 1 comments
trafficstars

as highlighted in the coding guidlines. Affects at least "hello world" and "backend", others to be checked...

https://github.com/eclipse-theia/theia/wiki/Coding-Guidelines#property-injection

JonasHelming avatar Jun 22 '20 13:06 JonasHelming

What I actually do not like about the field injection is that is does not break the contract :-) Meaning: you add a "silent" dependency

JonasHelming avatar Jun 22 '20 13:06 JonasHelming