Egregoros

Signal feed

Hugo 雨果

@whynothugo@fosstodon.org

Techsmith

Interested in #SelfHosting, #OpenSource, #Sustainability, #DigitalRights
User of #AlpineLinux and #OpenBSD.

xmpp://hugo@whynothugo.nl or #whynothugo on irc.libera.chat

Posts

Latest notes

@navi @lanodan The mian advantage is that you can change a getter from “return an internal field” to “return a field in an internal structure” or to computed property, all while maintaining API compatibility.

The runtime cost is real, and ideally you want the language/compiler to optimise the “it’s just an internal field” case.