Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
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
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
1k
Designing Experiences People Love
moore
143
24k
A designer walks into a library…
pauljervisheath
210
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
34k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Speed Design
sergeychernyshev
33
1.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
3k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
700
YesSQL, Process and Tooling at Scale
rocio
174
15k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Balancing Empowerment & Direction
lara
5
790
Code Reviewing Like a Champion
maltzj
527
40k
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 .