- cross-posted to:
- programmer_humor@programming.dev
- programminghumor@lemmy.world
- cross-posted to:
- programmer_humor@programming.dev
- programminghumor@lemmy.world
Made with KolourPaint and screenshots from Kate (with the GitHub theme).
Made with KolourPaint and screenshots from Kate (with the GitHub theme).
You can also do that in TypeScript
readonly a!: Foo; readonly b = bar.toFoo(); constructor(){ a = bar.toFoo(); }