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
Ola Sendecka - Emoji Driven Development
Search
JezdezCon
June 27, 2015
0
800
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
69
Marc Tamlyn - MariaDB <3
jezdezcon
0
38
Ola Sitarska - Misandry!
jezdezcon
0
94
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Technical Leadership for Architectural Decision Making
baasie
3
270
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Mobile First: as difficult as doing things right
swwweet
225
10k
Done Done
chrislema
186
16k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
240
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
How to train your dragon (web standard)
notwaldorf
97
6.5k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
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 .