Toots from 2025-07-01#
“They’re sneaky. They feel like they make sense for our data, but they make sense for our logic…#
“They’re sneaky. They feel like they make sense for our data, but they make sense for our logic. The data is usually something different underneath. By storing a boolean as our data, we’re coupling that data tightly to our application logic.”
https://ntietz.com/blog/that-boolean-should-probably-be-something-else/
Mastodon Source 🐘#
Scala definitely suffered from this: “Most languages can’t resist driving towards 100% desig…#
Scala definitely suffered from this:
“Most languages can’t resist driving towards 100% design at 400% the cost. C#, Swift, Rust - they all seem on a never-ending treadmill of adding features. Even JavaScript, which started as a 70⁄15 language has been captured by people whose job became adding more features to JavaScript.”
https://blog.kowalczyk.info/article/d-2025-06-26/go-is-8020-language.html
