A student had a code review where the reviewer said, “This variable needs to be explicitly initialized to nil.” The usual course for a junior engineer would be to change the code. Instead, the student did some research, then responded, “According to the language spec, the variable is initialized automatically.”…