If your code comments are sufficient enough to tell a story, why do we onboard engineers using pair programming?
For further actions, you may consider blocking this person and/or reporting abuse
If your code comments are sufficient enough to tell a story, why do we onboard engineers using pair programming?
For further actions, you may consider blocking this person and/or reporting abuse
Sospeter Mong'are -
Fourhtyoz -
Safdar Ali -
Scofield Idehen -
Top comments (1)
I never get onboarded using pair programming. There is usually some explanation required about the business domain, but other than that the code should speak for itself, without comments. For example i dont give two shits if you have a comment in your React component
// side-effects
followed by a bunch of
useEffect
hooks. I can already tell its a side-effect from the fact that it's wrapped in auseEffect
hook...