@tiramichu
It’s this mentality that shows you aren’t mediocre. Simplicity requires more skill, not less.
@mesamunefire
Grendel
On a journey to discover the *real* Jesus of the Bible, not the twisted evangellical prop.
Turns out living paycheck to paycheck is better than working in corpo tech.
I’m loving the home school stay-at-home parent life
Luxuries be damned, I’ll never regret trading my windowless office for being with my kids everyday.
- 0 Posts
- 10 Comments
I totally agree on this. I found that often things that appeared to need inheritance at first glance often didn’t if I gave deeper thought to it.
Granted I was working on much smaller projects rather than crazy huge multi team enterprise apps, but I’d guess that even then this is a good “rule of thumb”.
Grendel@tiny.tilde.websiteto
Programmer Humor@programming.dev•Mo Validation Mo Problems
7·2 months agomigadu has a cool workaround.
instead of:
alias+user@domain.tldyou give:
alias@user.domain.tldthen internally it transforms it to an alias when it comes in.
Historically I’d say Emacs plugin system predates atom and sublime, and was certainly as impressive in its flexibility.
Grendel@tiny.tilde.websiteto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
351·4 months agoDon’t worry it’s completely different now. Martha retired so now Mary Ellen sends the emails.
@Wizard_Pope oh yeah they do that for everyone. It’s a safety feature called puny code.
people were using weird chars to impersonate well known domains for phishing, so if you register a domain using unusual or mixed language characters it renders it as puny code to prevent spoofing.
Right?
pretty sure there are more possible chess positions than atoms in the earth (universe?), so even if every atom of our planet were converted to transistors there’d be no way to fully represent all possibilities.
@jason
I do like being able to easily bundle properties and functions together. I think objects are useful if kept in their simplest form.
Though I think some would argue that not using inheritance and interfaces and such precludes it from really counting as OOP