16
votes
Is it better to master a few programming languages than to learn many?
To answer your question, "It depends on the languages."
I think there is a little value in learning different languages with variations in syntax.
…
2
votes
Engineer accountability and code review processes
If you want to ensure that every changelist gets reviewed, before checkin, then you could have your source control tool reject unreviewed checkins. For example, a trigger …
