Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add my thoughts on "the cult of new" #53

Open
5 tasks
badlydrawnrob opened this issue Aug 19, 2019 · 0 comments
Open
5 tasks

Add my thoughts on "the cult of new" #53

badlydrawnrob opened this issue Aug 19, 2019 · 0 comments
Labels
difficulty: hard This could be difficult to achieve question thinking about

Comments

@badlydrawnrob
Copy link
Owner

badlydrawnrob commented Aug 19, 2019

Everyone in the streets and the windows said, "Oh, how fine are the Emperor's new clothes! Don't they fit him to perfection? And see his long train!" Nobody would confess that he couldn't see anything, for that would prove him either unfit for his position, or a fool. Hans Christian Andersen : The Emperor’s New Clothes (1837)

  • When is a thing finished?
  • What gives a thing value?

A slightly unstructured rambling rant. Good software shouldn't need updating, unless something breaks. I've left this tool alone for 5 years before,1 and just like the old Apple adverts "it just works".2 Now, how much people actually need these flashcards is up for debate! But nobody needs dead, stale, broken code.

Pandoc is stable, Markdown is stable, CSS is ... (horrid to write, but stable); you get the idea. I've had years where I've not used my own tool, but it's nice to know I can come back anytime and dive right in. Now my only worries are how long my Body of Work™ is around before it inevitably rots, but that's another story.3

Notes on a theme:

  • Any good quotes on this theme?
  • Only upgrade when it makes sense to!
  • Avoid bloat and Reduce, Reduce, reduce!
  • Some excellent talks from Evan Czaplicki or Rich Hickey
  • Computer Science is hard. Keep it simple. Can you return 5 years later and understand it?

Javascript as a case in point

During my freelance days, I avoided Javascript on the whole, besides some jQuery plugins and simple code. It always felt to me as if young guys were flying ahead of me, always on the bleeding edge with a revolving door of projects, plugins, and frameworks. Yikes.

Also interesting:

"Data is fundamental to what we do ... anytime you make changes the most vocal ones are those who dislike what you've done. We don't just throw numbers in a spreadsheet" — Measuring design (or, you're not Google)

Footnotes

  1. ⌚The same amount of time since Elm lang was updated, which has become a big bone of contention for the community, and many have moved on to other languages. I admire the creator's philosophy (such as this talk on economics) but also understand the frontend guys are often chasing the Next Best Thing™, while old timers often prefer stable (aka boring) and community-led projects. Or at least, something that has ongoing development.

  2. Besides a couple of niggles of course! 💭 Following that thought, it might upset a few people that development isn't ongoing, issues are unresolved, you never call anymore, so on; but in the grand scheme of things, how essential is it really that that feature is built? That a small error goes unfixed? If the software is free, you really have very little to complain about — do it yourself or wait. That's about it. Burnout is a real thing and working for free is only fun if it's a pet-project or some very tangible philanthropic purpose.

  3. 🌎 Avoiding trends and making your world move slowly. Remember all the projects you've worked on that are now dead and buried. Micro-deadlines, time-boxing tasks, avoiding timesinks and unnecessary fluff. It's too easy for a simple task, or an addition to documentation/issues to spill over into a timesink. Stop that. Trim the fat, do less, avoid distractions (or tangential thoughts/link-hopping), 80/20 rule, etc, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard This could be difficult to achieve question thinking about
Projects
None yet
Development

No branches or pull requests

1 participant