• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle











  • Learning everything the hard way has made me a natural consultant and mentor. Because I’ve already explored all the wrong paths, I often know someone is stuck before they do, understand what threw them off course, and show them how to get back on track

    This really hits home and is something I simply don’t see often in juniors today - a desire to tinker, experiment or ‘play’ to figure out how a problem might be solved. I’m always telling them to allow themselves to struggle for at least an hour or two before asking for help.







  • I generally use ‘count’ for a counter and ‘idx’ for index.

    I’m not using C or Java languages though - if I were I would probably go with the more classic terse approach.

    Also, if I’m reviewing a PR and I have to load more of the diff context to understand what a variable represents, then that variable has the wrong name.