LWN.net Logo

GitHub incidents spawns Rails security debate

GitHub incidents spawns Rails security debate

Posted Mar 15, 2012 10:00 UTC (Thu) by elanthis (guest, #6227)
Parent article: GitHub incidents spawns Rails security debate

My rules for software engineering, in rough order of importance, which I spread to every team, project, and framework I can:

1) It must be easier to do something safely than to do it unsafely.

2) It must be easier to do something correctly than to do it incorrectly.

3) It must be easier to do something efficiently than to do it inefficiently.

Those three rules are not always aligned with each other, alas, and sometimes satisfying all three (or even any two) is strictly impossible. Different projects have different needs, and in some cases, the priorities shift orders.

In general, however, if you're a lead developer or technical director on a project who is ultimately responsible for the languages, APIs, and tools used by your fellow developers, you should follow those rules, in that order.

To do otherwise is to invite complexity, disaster, and ultimately failure.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds