DEV Community

Clive Da
Clive Da

Posted on

NN+DDD = webdev productivity ++

todays webdev productivity top tips

  • NN
  • DDD/DIT (think the opposite of DRY)
  • DOD (devto members only)

NN

never install/update/upgrade anything NEW (client or server) natively (NN) - always use a docker image or vm or virtual node or virtual python

DDD/DIT

do, doc, do again (DDD) aka do it twice (DIT) !
ie

  • do it
  • doc it
  • do it again (FROM your docs)
  • optionally fix your docs if they are wrong (mine always are)

YES you do need to repeat yourself (!DRY) until the docs are 100% accurate

DOD

finally of course DEVTO members will doc it on devto (DOD)

Top comments (0)