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
Quality vs Velocity
Search
Mark Mitchell
August 30, 2012
Design
0
270
Quality vs Velocity
Maintaining a standard of design and code quality in an agile environment
Mark Mitchell
August 30, 2012
Tweet
Share
More Decks by Mark Mitchell
See All by Mark Mitchell
Narrative
withoutnations
0
4.5k
Responsive Web Design & WordPress
withoutnations
11
980
Other Decks in Design
See All in Design
ゲーム開発における、Figma活用事例の紹介 / applibot-figma
cyberagentdevelopers
PRO
2
540
政策広報実践講座_講演資料ダイジェスト2
capitolthink
0
100
pixel-art-skill-and-knowhow/ドット絵の経歴と知見
aokashi
0
190
ビジョン実現を加速させるデザインプログラムマネージャーの視座とキャリア/ Designship2024_Sato
root_recruit
0
230
Dive Deep into Communication
yomtsu
0
180
シームレスな連携を実現するデザイントークンの設計と構築
amishiratori
0
450
利用者が離れないUX/UIデザイン 長く使われる業務アプリデザインのポイント
ncdc
4
320
20241019-CUD友の会「困った!を解決するデザイン改訂版」交流会
majimasachi
0
310
プロダクトデザインの「守破離」の「破」について
hayashirine
0
290
東急URBAN HACKSのデザイナーって何やってるの? 〜Designer Night #1〜
tak073
0
210
Rayout Pattern 01
one0
0
440
Design System for training program
mct
0
320
Featured
See All Featured
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
The Cult of Friendly URLs
andyhume
78
6.1k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Documentation Writing (for coders)
carmenintech
67
4.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Being A Developer After 40
akosma
89
590k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
Transcript
Quality vs Velocity Maintaining a standard of design and code
quality in an agile environment
A standard of quality
Craftsmanship
“Craftsmanship is a basic human impulse: the desire to do
a job well for its own sake.” ~Richard Sennett
A craftsperson has: -An appreciation of good work -A belief
in quality at every level -Vision -A preference for simplicity -Sincerity ~Ben Bodien
Craftsmanship and delivery
Strive for quality in all work.
Release, measure
No inherent compromise of essential quality in pace of work
Gaps in traditional ways of working allow for output without
validation
Rapid iteration is not counter-intuitive to a good design process
Rapid prototyping does not imply disposable code
Elements of craftsmanship
-Fundamentally usable design -Accessible, measurable concepts -User experience modeled on
shared and personal learning -Modular, reusable patterns of code -Output adhering and contributing to, a guide of living standards
Design for everyone
Minimum usable design
Design for the largest user audience
Iterate, iterate, iterate
Avoid the risk of diminishing returns
Convey a design vision
Make it accessible
Less tricks, more usability
Accessibility is crucial to early user-testing
Measurable everywhere
Content (and product proposition) is king
Avoid temptation
Bootstraps and boilerplates
Shiny things
Follow rules
-Web Content Accessibility Guidelines (WCAG) 2.0 (http:// www.w3.org/TR/WCAG/) -The Roles
Model | Accessible Rich Internet Applications (WAI-ARIA) 1.0 (http://www.w3.org/TR/wai-aria/ roles#role_definitions)
-Check My Colours (Giovanni Scala) -Accessibility Color Wheel (Giacomo Mazzocato)
-Digital Accessibility Centre
Craft a toolbox
Design patterns
Personal collection of layouts, concepts, and recurring patterns
Shared libraries. e.g. Pattern Tap, Dribbble, UI Parade, Lovely UI
Application templates. e.g. Omnigraffle Master pages and stencil sets
Modular and reusable code
A collection of common, reusable markup and style patterns
Lists, headings, user profiles, tables, content styling, navigation, etc. -pea.rs
(Dan Cederholm) -Pattern Primer (Jeremy Keith) -Global Experience Language (BBC)
Prepare framework skeletons (Rails, iOS) and vanilla themes (WordPress)
Consider printing layouts and sketches for hands-on technical planning and
analysis
Guides and manifestos
Living standards
-Firefox Brand Toolkit -Apple’s Human Interface Guidelines -MailChimp Design Patterns
-GOV.UK Colour Palette
-Interface development standards (Richard Hallows) -Google HTML/CSS Style Guide -Front
End Development Guideline (Tait Brown) -Idiomatic CSS (Nicolas Gallagher)
Collaborate
Peer reviews, documentation, presentations, centralized data
Our own set of living standards and recommendations
Mastercraft
Craft quality leads to experience leads to intuition
Let the angels and demons guide your decision making
“A good craftsperson regularly takes a step back from their
work, and questions every facet of their product for its precise alignment with their core values of quality and sincerity.” ~Ben Bodien