Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ola Sendecka - Emoji Driven Development
Search
JezdezCon
June 27, 2015
0
790
Ola Sendecka - Emoji Driven Development
JezdezCon
June 27, 2015
Tweet
Share
More Decks by JezdezCon
See All by JezdezCon
Baptiste Mispelon - Stickers Vs. Buttons
jezdezcon
0
68
Marc Tamlyn - MariaDB <3
jezdezcon
0
36
Ola Sitarska - Misandry!
jezdezcon
0
94
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.6k
Making Projects Easy
brettharned
120
6.5k
Designing for Performance
lara
610
69k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Scaling GitHub
holman
464
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Unsuck your backbone
ammeep
671
58k
Typedesign – Prime Four
hannesfritz
42
2.9k
Rails Girls Zürich Keynote
gr2m
95
14k
Transcript
None
Emoji Driven Development
⚡️
Why Emojis? ❄️
from django.db import models class Reporter(models.Model): full_name = models.CharField(max_length=70) def
__str__(self): return self.full_name class Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter) def __str__(self): return self.headline
None
from . import class (.): = .(⬆️_↔️=70) def ____(): return
. class (.): _ = .() = .(⬆️_↔️=200) = .() = .() def ____(): return .