Email or username:

Password:

Forgot your password?
2 posts total
Ian Douglas Scott

All engineering is reverse engineering if you document things poorly enough.

Show previous comments
Wildduck

@ids1024 Everyday in my workplace šŸ˜­

leap123

@ids1024 All engineering is reverse engineering if you document things too much

Paul L

@ids1024 My colleague Stefan had the habit of just writing readable code; I kept writing documentationā€¦
Turns out that readable code was much more liked by othersā€¦
Readable method names and easily refactorable code are much impactful than documentation!

Ian Douglas Scott

Using #vim is easy once you learn a few basic keybindings.

h and l - move left and right
j and k - move down and up
Ī· and Ī» - move backwards and forwards through time
Ī¾ and Īŗ - translation through additional temporal dimension (if applicable)
įš», į›„, įš³ and į›š - moving left, down, up, and right through celestial spheres
š¤„ and š¤‹ - switch deity to pantheon member to left or right
š¤‰ - supplicate to chosen deity
š¤Š - challenge chosen deity (dangerous)
:q - exit

Go Up