final-hill / cathedral

Requirements Engineering
https://cathedral.final-hill.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Change component rendering approach #33

Closed mlhaufe closed 2 months ago

mlhaufe commented 8 months ago

Rendering is still a bit awkward. The Template Method pattern approach causes problems with private field access which leads to verbose workarounds in certain cases

mlhaufe commented 8 months ago

Maybe just pass the constructor parameters to the _initHtml() method

mlhaufe commented 2 months ago

Subsumed by Nuxt migration