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
940
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
Around the Supply Chain in 80 Slides
captn3m0
0
42
Stop Chasing CVEs
captn3m0
0
100
Ideas are Worthless
captn3m0
0
110
endoflife.date Recommendations
captn3m0
1
300
Sanskari Proxy
captn3m0
0
65
Laravel Upgrade Stories
captn3m0
0
83
Terraforming Tatooine
captn3m0
0
320
You don't need Blockchain
captn3m0
0
250
hillhacks quiz 2017
captn3m0
0
330
Other Decks in Programming
See All in Programming
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
250
Researchlyの開発で参考にしたデザイン
adsholoko
0
100
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
250
Introduce Hono CLI
yusukebe
6
3.3k
GitHub Copilotを使いこなせ!/mastering_github_copilot!
kotakageyama
2
640
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
670
Developer Joy - The New Paradigm
hollycummins
1
400
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
890
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
3
5.3k
iOSでSVG画像を扱う
kishikawakatsumi
0
180
AI Agent 時代的開發者生存指南
eddie
4
2.2k
ノーコードからの脱出 -地獄のデスロード- / Escape from Base44
keisuke69
0
260
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
230
Bash Introduction
62gerente
615
210k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Code Reviewing Like a Champion
maltzj
526
40k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Optimizing for Happiness
mojombo
379
70k
How STYLIGHT went responsive
nonsquared
100
5.9k
Testing 201, or: Great Expectations
jmmastey
46
7.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
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!