opsschool / curriculum

Ops School Curriculum
http://www.opsschool.org/
Other
1.62k stars 447 forks source link

Cover sound programming practices #109

Open ghost opened 11 years ago

ghost commented 11 years ago

This is more than just scripting/hacking to get a solution done. There's a difference in mindset and goals between writing code to automate something quickly and writing code for the business's main application.

unpixie commented 11 years ago

modularity, reusable code, security (input validation for starters), supportability/readability, if you write anything that touches infrastructure... assume it may stick around for years and others will have to support it, fix it, troubleshoot problems it touches...

miketheman commented 11 years ago

@apeiron please take a gander at the recently-merged programming 101 topic, some stuff might be covered there, some may not.

I don't think it's appropriate to rewrite a "CS fundamentals for programmers" here, but open to hearing about some of the ideas you might have in mind.

miketheman commented 11 years ago

Bump.