Closed KonkenBonken closed 1 year ago
By using TypeScript's parameter properties and initializing class properties before the constructor, this greatly simplifies the code and make it more readable, reducing repetition.
that was quick 😅
By using TypeScript's parameter properties and initializing class properties before the constructor, this greatly simplifies the code and make it more readable, reducing repetition.