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
830
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
7
Ideas are Worthless
captn3m0
0
13
endoflife.date Recommendations
captn3m0
1
230
Sanskari Proxy
captn3m0
0
49
Laravel Upgrade Stories
captn3m0
0
70
Terraforming Tatooine
captn3m0
0
260
You don't need Blockchain
captn3m0
0
200
hillhacks quiz 2017
captn3m0
0
250
Security Horror stories in Payments
captn3m0
0
460
Other Decks in Programming
See All in Programming
Cloud Adoption Framework にみる組織とクラウド導入戦略
tomokusaba
2
370
クラウドサービスの 利用コストを削減する技術 - 円安の真南風を感じて -
pyama86
3
250
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
1.1k
Pydantic x Database API:turu-pyの開発
yassun7010
1
530
"Swarming" をコンセプトに掲げるアジャイルチームのベストプラクティス
boykush
2
210
XP2024 っていう国際会議に行ってきたよの記 / XP2024 Conference Report
bonotake
4
190
ビット演算の話 / Let's play with bit operations
kaityo256
PRO
4
170
Kubernetes上でOracle_Databaseの運用を楽にするOraOperatorの紹介
nnaka2992
0
150
선언형 UI를 학습할 때 알아둬야하는 키워드들
l2hyunwoo
0
130
Modern Functional Fluent CFML REST by Luis Majano
ortus24
0
130
perl for shell, awk and sed programmers
mackee
1
600
GitHub Copilot Workspace で我々のアプリ開発がどう変わるのか?
shuyakinjo
0
880
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
30
1.4k
Building Applications with DynamoDB
mza
90
6k
Designing for humans not robots
tammielis
249
25k
Designing on Purpose - Digital PM Summit 2013
jponch
114
6.9k
How to Ace a Technical Interview
jacobian
275
23k
The Pragmatic Product Professional
lauravandoore
31
6.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
37
1.7k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
158
15k
Designing with Data
zakiwarfel
98
5.1k
How to Think Like a Performance Engineer
csswizardry
16
1k
Happy Clients
brianwarren
97
6.7k
Fireside Chat
paigeccino
32
2.9k
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!