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
Go home, Prettifier, you’re drunk!!
Search
Gunnar Bittersmann
March 03, 2023
Programming
0
95
Go home, Prettifier, you’re drunk!!
A rant about automatic code formatting resulting in hardly human-readable code.
Gunnar Bittersmann
March 03, 2023
Tweet
Share
More Decks by Gunnar Bittersmann
See All by Gunnar Bittersmann
Responsive typography 2
gunnarbittersmann
0
140
3 Fehler sind zu finden
gunnarbittersmann
0
170
TIL that the future :has already begun
gunnarbittersmann
0
110
TIL how to clear floats
gunnarbittersmann
0
100
TIL about showModal (from small things big things one day come)
gunnarbittersmann
0
110
Inclusive Design 24 2022 – Gunnar’s picks
gunnarbittersmann
0
96
The color rebeccapurple
gunnarbittersmann
0
160
Mehrsprachige Websites
gunnarbittersmann
0
100
TIL about -starting -blocks
gunnarbittersmann
0
84
Other Decks in Programming
See All in Programming
SODA - FACT BOOK(JP)
sodainc
1
8.7k
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
530
Flutterで分数(Fraction)を表示する方法
koukimiura
0
140
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
720
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
12
7.1k
なぜGoのジェネリクスはこの形なのか? - Featherweight Goが明かす設計の核心
qualiarts
0
250
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
220
Six and a half ridiculous things to do with Quarkus
hollycummins
0
210
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
8.4k
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
190
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Six Lessons from altMBA
skipperchong
29
4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
990
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Transcript
Go home, Prettifier, you’re drunk!!
this.isMainMenuScrollButtonForwardHidden = Math.abs(this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth) <= 1;
this.isMainMenuScrollButtonForwardHidden = Math.abs(this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth) <= 1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this. $refs.mainsections.offsetWidth )
<= 1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth ) <=
1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth ) <=
1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth ) <=
1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth ) <=
1;
this.isMainMenuScrollButtonForwardHidden = Math.abs( this.$refs.mainsections.scrollWidth - this.$refs.mainsections.scrollLeft - this.$refs.mainsections.offsetWidth, ) <=
1; 💩
Go home, Prettifier, you’re drunk!!