Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Software Development 101
Search
Nemo
February 12, 2012
Programming
3
890
Software Development 101
Basic Software Development 101 Primer.
Talk taken at SDSLabs, IIT Roorkee
Nemo
February 12, 2012
Tweet
Share
More Decks by Nemo
See All by Nemo
Stop Chasing CVEs
captn3m0
0
58
Ideas are Worthless
captn3m0
0
55
endoflife.date Recommendations
captn3m0
1
260
Sanskari Proxy
captn3m0
0
53
Laravel Upgrade Stories
captn3m0
0
76
Terraforming Tatooine
captn3m0
0
300
You don't need Blockchain
captn3m0
0
220
hillhacks quiz 2017
captn3m0
0
290
Security Horror stories in Payments
captn3m0
0
500
Other Decks in Programming
See All in Programming
PHPer's Guide to Daemon Crafting Taming and Summoning
uzulla
2
720
アプリのビルドを楽にするかわいいスクリプトを作ってみた
reimim
0
120
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
8
3.7k
いまさら聞けない生成AI入門: 「生成AIを高速キャッチアップ」
soh9834
11
3.2k
2025/3/18 サービスの成長で生じる幅広いパフォーマンスの問題を、 AIで手軽に解決する
shirahama_x
0
150
英語文法から学ぶ、クリーンな設計の秘訣
newnomad
1
260
Devin , 正しい付き合い方と使い方 / Living and Working with Devin
yukinagae
1
500
本当だってば!俺もTRICK 2022に入賞してたんだってば!
jinroq
0
180
バックエンドNode.js × フロントエンドDeno で開発して得られた知見
ayame113
4
1.2k
CTFのWebにおける⾼難易度問題について
hamayanhamayan
1
920
小さく段階的リリースすることで深夜メンテを回避する
mkmk884
2
110
ステートソーシング型イベント駆動の視点で捉えるCQRS+ES
shinnosuke0522
1
300
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
GraphQLとの向き合い方2022年版
quramy
45
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Statistics for Hackers
jakevdp
797
220k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
Music & Morning Musume
bryan
46
6.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.7k
GraphQLの誤解/rethinking-graphql
sonatard
69
10k
BBQ
matthewcrist
88
9.5k
Transcript
Software Development 101 A Quick Primer
Code is poetry - Most wordpress blogs
Good commit messages Let others know what you did Should
be self explanatory Should relate to code, not purpose or intent We didn't teach you git for nothin !
Comments Comment to explain on a per module basis Travk
complex changes in comments Lost of authors Licences Automatic documentation The squiggly things that begin with //
Loose coupling Reduce inter dependency of code Make generic classes
Abstraction Code becomes easily testable and debuggable This is just another buzz word filler....
Indentation What? It is important Readability Stick to the code
guide. Create one, if there isn't one Choose from the big projects in the language you are coding in Tabs vs Spaces Missing semicolons
Variable names There are two hard things in computer science:
cache invalidation, naming things, and off-by-one errors
Development Models When will this lecture get over?
Waterfall Model
Iterative Model
None
Some more buzz words You don't need to remember them
Unit Testing
Deployments and automation
Questions? Coz a ninja won't ask them!