Skip to content

Latest commit

 

History

History
71 lines (66 loc) · 6.29 KB

april.md

File metadata and controls

71 lines (66 loc) · 6.29 KB

April 2020

Energy-efficient Industry and Practice

Complaints

  • Vasilis van Gemert (2013), Why I Dislike the rem unithttps://vasilis.nl/nerd/dislike-rem-unit/
    • may be dated
    • notes that rem is buggy, inflexible
    • em is better,
    • setting html { font-size: 0.75em; } is better
  • Umer Mansoor (2017), YAGNI, Cargo Cult and Overengineeringhttps://codeahoy.com/2017/08/19/yagni-cargo-cult-and-overengineering-the-planes-wont-land-just-because-you-built-a-runway-in-your-backyard/
    • the Planes Won't Land Just Because You Built a Runway in Your Backyard

    • We had built a Formula One race car, that makes frequent pit-stops and requires very specialized maintenance, when we needed a Toyota Corolla that goes on for years and years on just the oil change.

    • Focus on the problem first, not the solution. Don’t pick any tool until you have fully understood what you are trying to achieve or solve. Don’t give up solving the actual problem and make it all about learning and using the shiny new tech.
    • Keep it simple. It’s an over-used term, but software developers still just don’t get it. Keep. It. Simple.
    • and many more…
  • Richard Minerich (5 March, 2020), The programming world is in a dismal statehttps://twitter.com/rickasaurus/status/1235574719035756545
    1. Harder every year to build quality software
    2. New tools give up front speed over maintainability
    3. Dependency management is out of control
    4. LTS periods are getting shorter
    5. The best tech is fringe
    6. Marketing driven adoption