KEY โค Use version control. It is not optional or a nice-to-have tool. It is the backbone of development. Your work is at risk without it.
git-recommended ๐จ๐ฝโ๐ป
KEYโค Avoid copy-and-paste coding. Factor your logic into shared functions and common libraries, rather than suffer duplicated code (and duplicated bugs).
If it canโt be reduced, reused, repaired, rebuilt, refurbished, refinished, resold, recycled or composted, then it should be restricted, redesigned or removed from production.
โ Pete Seeger