|
|
|
|
|
by was_boring
2537 days ago
|
|
I don't want to be argumentative at all. I find what passes at one company doesn't at another and it's generally an interpretation of style that can be conformed to. For example, I am of the leaning that one line should do one thing only, and should be explicit -- which is different then many modern practices. Another example is array manipulation which, depending on the operation modifies in place and I reassign for clarity. Does that make me a bad engineer? No. It makes me experienced. If any of those things aren't wanted at a future employer I can change to match the style. To reject based upon that when the style isn't defined by tooling is weeding out great people who may not confirm but have the ability to. |
|