DEV Community

Discussion on: Tell me a coding confession

Collapse
 
andy profile image
Andy Zhao (he/him) • Edited
  • I hear and say "that's a great candidate for TDD" and never TDD it.
  • I have a tendency to want to work on smaller, less significant things.
    • Sometimes I make mountains out of molehills. 🙈
    • This also makes it hard to see the forest instead of the trees.
  • I force push A LOT, and rewrite my git history A LOT -- usually with git commit --amend. Less so now that GitHub shows force pushes. 😬
  • I tend to do things manually more often than spending the time to automate them.
Collapse
 
david_j_eddy profile image
David J Eddy

No shame in --amending; also no shame in re-writting the history...just don't do it after pushing to a remote :fire_eyes: