Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mistakes were made

Mistakes were made

Top 5 code related mistakes of 2018 (that I can share publicly)

tharsheblows

February 12, 2019
Tweet

More Decks by tharsheblows

Other Decks in Technology

Transcript

  1. What I did Large project for a small company, everything

    from designing table relationships to print stylesheets
  2. Should I have known better? NO* Did it require an

    urgent fix? YES *https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367
  3. Mistook easy for simple A complicated theme I know well

    is easier than a simple theme I don’t
  4. Asked for too much from the REST API Vue is

    easy to extend but don’t ask for everything at once
  5. Didn’t make the impossible not possible “Oh it’ll never do

    that” is the worst excuse for making sure it can’t
  6. Should I have known better? YES Did it require an

    urgent fix? YES Was it super stressful? YES