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
110
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
160
3 Fehler sind zu finden
gunnarbittersmann
0
190
TIL that the future :has already begun
gunnarbittersmann
0
120
TIL how to clear floats
gunnarbittersmann
0
120
TIL about showModal (from small things big things one day come)
gunnarbittersmann
0
130
Inclusive Design 24 2022 – Gunnar’s picks
gunnarbittersmann
0
100
The color rebeccapurple
gunnarbittersmann
0
180
Mehrsprachige Websites
gunnarbittersmann
0
110
TIL about -starting -blocks
gunnarbittersmann
0
92
Other Decks in Programming
See All in Programming
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
320
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
370
あなたはユーザーではない #PdENight
kajitack
4
290
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
330
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
130
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
480
CSC307 Lecture 15
javiergs
PRO
0
210
Ruby x Terminal
a_matsuda
5
560
Beyond the Basics: Signal Forms
manfredsteyer
PRO
0
110
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
2
180
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
CSC307 Lecture 14
javiergs
PRO
0
450
Featured
See All Featured
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
130
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
290
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
79
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
860
HDC tutorial
michielstock
1
480
Embracing the Ebb and Flow
colly
88
5k
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
300
Test your architecture with Archunit
thirion
1
2.2k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
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!!