roast-api 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deploy.yml +37 -0
- package/.github/workflows/release.yml +53 -0
- package/README.md +168 -0
- package/api/bn/roasts-bn-1.json +1500 -0
- package/api/client.js +94 -0
- package/api/en/roasts-en-1.json +1806 -0
- package/api/index.html +52 -0
- package/api/manifest.json +17 -0
- package/assets/logo.png +0 -0
- package/assets/style.css +421 -0
- package/index.html +265 -0
- package/package.json +29 -0
- package/postman/roast-as-a-service.postman_collection.json +79 -0
|
@@ -0,0 +1,1806 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "en",
|
|
3
|
+
"shard": 1,
|
|
4
|
+
"total_shards": 1,
|
|
5
|
+
"count": 299,
|
|
6
|
+
"tags": [
|
|
7
|
+
"dev",
|
|
8
|
+
"general"
|
|
9
|
+
],
|
|
10
|
+
"roasts": [
|
|
11
|
+
{
|
|
12
|
+
"id": "en-1-1",
|
|
13
|
+
"text": "You have more TODOs than completed tasks.",
|
|
14
|
+
"intensity": 2,
|
|
15
|
+
"length": 41
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "en-1-2",
|
|
19
|
+
"text": "Even your bugs have bugs.",
|
|
20
|
+
"intensity": 2,
|
|
21
|
+
"length": 25
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "en-1-3",
|
|
25
|
+
"text": "Your codebase looks like it was written during a live outage.",
|
|
26
|
+
"intensity": 2,
|
|
27
|
+
"length": 61
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "en-1-4",
|
|
31
|
+
"text": "You name one file utils.js and commit all your sins in it.",
|
|
32
|
+
"intensity": 2,
|
|
33
|
+
"length": 58
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "en-1-5",
|
|
37
|
+
"text": "Your code is the reason git revert exists.",
|
|
38
|
+
"intensity": 2,
|
|
39
|
+
"length": 42
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "en-1-6",
|
|
43
|
+
"text": "You treat `FIXME` as a decorative sticker, not a warning.",
|
|
44
|
+
"intensity": 2,
|
|
45
|
+
"length": 57
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "en-1-7",
|
|
49
|
+
"text": "Your microservices communicate more clearly than you do in standups.",
|
|
50
|
+
"intensity": 2,
|
|
51
|
+
"length": 68
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "en-1-8",
|
|
55
|
+
"text": "You think ‘refactor later’ is an actual plan, not a lie.",
|
|
56
|
+
"intensity": 2,
|
|
57
|
+
"length": 56
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "en-1-9",
|
|
61
|
+
"text": "Your `README` says easy setup, your devs say otherwise.",
|
|
62
|
+
"intensity": 2,
|
|
63
|
+
"length": 55
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "en-1-10",
|
|
67
|
+
"text": "You use comments like ‘don’t touch this’ because you’re afraid too.",
|
|
68
|
+
"intensity": 2,
|
|
69
|
+
"length": 67
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "en-1-11",
|
|
73
|
+
"text": "Your logs have more drama than your sprint retrospectives.",
|
|
74
|
+
"intensity": 2,
|
|
75
|
+
"length": 58
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "en-1-12",
|
|
79
|
+
"text": "You treat staging like a rumor, not an environment.",
|
|
80
|
+
"intensity": 2,
|
|
81
|
+
"length": 51
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "en-1-13",
|
|
85
|
+
"text": "Your code review response is always ‘done’, but nothing changed.",
|
|
86
|
+
"intensity": 2,
|
|
87
|
+
"length": 64
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "en-1-14",
|
|
91
|
+
"text": "You think code coverage is a personality trait, not a metric.",
|
|
92
|
+
"intensity": 2,
|
|
93
|
+
"length": 61
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "en-1-15",
|
|
97
|
+
"text": "Your CI is basically a slot machine that sometimes turns green.",
|
|
98
|
+
"intensity": 2,
|
|
99
|
+
"length": 63
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "en-1-16",
|
|
103
|
+
"text": "You deploy first and only then start reading the error logs.",
|
|
104
|
+
"intensity": 2,
|
|
105
|
+
"length": 60
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "en-1-17",
|
|
109
|
+
"text": "Your coding style is debug-driven, not test-driven.",
|
|
110
|
+
"intensity": 2,
|
|
111
|
+
"length": 51
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "en-1-18",
|
|
115
|
+
"text": "You consider `console.log` a long-term observability solution.",
|
|
116
|
+
"intensity": 2,
|
|
117
|
+
"length": 62
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "en-1-19",
|
|
121
|
+
"text": "Your error page is more helpful than your documentation.",
|
|
122
|
+
"intensity": 2,
|
|
123
|
+
"length": 56
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": "en-1-20",
|
|
127
|
+
"text": "You think copying from old projects counts as ‘internal library’.",
|
|
128
|
+
"intensity": 2,
|
|
129
|
+
"length": 65
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "en-1-21",
|
|
133
|
+
"text": "Your branch names explain nothing and confuse everyone.",
|
|
134
|
+
"intensity": 2,
|
|
135
|
+
"length": 55
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "en-1-22",
|
|
139
|
+
"text": "You created so much tech debt the company needs a loan.",
|
|
140
|
+
"intensity": 2,
|
|
141
|
+
"length": 55
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "en-1-23",
|
|
145
|
+
"text": "You handle edge cases by pretending edges don’t exist.",
|
|
146
|
+
"intensity": 2,
|
|
147
|
+
"length": 54
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "en-1-24",
|
|
151
|
+
"text": "You think ‘temporary workaround’ means permanent feature.",
|
|
152
|
+
"intensity": 2,
|
|
153
|
+
"length": 57
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "en-1-25",
|
|
157
|
+
"text": "Your rollback strategy is crying and pushing again.",
|
|
158
|
+
"intensity": 2,
|
|
159
|
+
"length": 51
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "en-1-26",
|
|
163
|
+
"text": "You write scripts that only work on your own laptop.",
|
|
164
|
+
"intensity": 2,
|
|
165
|
+
"length": 52
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "en-1-27",
|
|
169
|
+
"text": "You treat code review like a negotiation instead of improvement.",
|
|
170
|
+
"intensity": 2,
|
|
171
|
+
"length": 64
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "en-1-28",
|
|
175
|
+
"text": "Your tests break more often than your promises.",
|
|
176
|
+
"intensity": 2,
|
|
177
|
+
"length": 47
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "en-1-29",
|
|
181
|
+
"text": "You use experimental flags in production like it’s a playground.",
|
|
182
|
+
"intensity": 2,
|
|
183
|
+
"length": 64
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "en-1-30",
|
|
187
|
+
"text": "Your feature toggles are just fancy if statements that never get removed.",
|
|
188
|
+
"intensity": 2,
|
|
189
|
+
"length": 73
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "en-1-31",
|
|
193
|
+
"text": "You measure performance by ‘does it feel okay?’.",
|
|
194
|
+
"intensity": 2,
|
|
195
|
+
"length": 48
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "en-1-32",
|
|
199
|
+
"text": "You use three different date libraries in one project.",
|
|
200
|
+
"intensity": 2,
|
|
201
|
+
"length": 54
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "en-1-33",
|
|
205
|
+
"text": "Your database migrations feel like boss fights.",
|
|
206
|
+
"intensity": 2,
|
|
207
|
+
"length": 47
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "en-1-34",
|
|
211
|
+
"text": "You consider a passing linter check as a full QA cycle.",
|
|
212
|
+
"intensity": 2,
|
|
213
|
+
"length": 55
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "en-1-35",
|
|
217
|
+
"text": "Your comments are just English translations of bad code.",
|
|
218
|
+
"intensity": 2,
|
|
219
|
+
"length": 56
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"id": "en-1-36",
|
|
223
|
+
"text": "You’ve turned `try/catch` into your entire architecture.",
|
|
224
|
+
"intensity": 2,
|
|
225
|
+
"length": 56
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "en-1-37",
|
|
229
|
+
"text": "You close JIRA tickets faster than you close memory leaks.",
|
|
230
|
+
"intensity": 2,
|
|
231
|
+
"length": 58
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"id": "en-1-38",
|
|
235
|
+
"text": "Your coding mantra is ‘we’ll clean it up later’—and later never came.",
|
|
236
|
+
"intensity": 2,
|
|
237
|
+
"length": 69
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "en-1-39",
|
|
241
|
+
"text": "You treat every bug as a feature idea in disguise.",
|
|
242
|
+
"intensity": 2,
|
|
243
|
+
"length": 50
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "en-1-40",
|
|
247
|
+
"text": "Your commit messages are the real mystery of the project.",
|
|
248
|
+
"intensity": 2,
|
|
249
|
+
"length": 57
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "en-1-41",
|
|
253
|
+
"text": "You consider version control a suggestion, not a requirement.",
|
|
254
|
+
"intensity": 2,
|
|
255
|
+
"length": 61
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "en-1-42",
|
|
259
|
+
"text": "You fix race conditions by adding `setTimeout`.",
|
|
260
|
+
"intensity": 2,
|
|
261
|
+
"length": 47
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "en-1-43",
|
|
265
|
+
"text": "Your `package.json` has more dependencies than the project has features.",
|
|
266
|
+
"intensity": 2,
|
|
267
|
+
"length": 72
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "en-1-44",
|
|
271
|
+
"text": "You keep deprecated functions ‘just in case’ for five years.",
|
|
272
|
+
"intensity": 2,
|
|
273
|
+
"length": 60
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "en-1-45",
|
|
277
|
+
"text": "Your codebase is the reason git revert exists.",
|
|
278
|
+
"intensity": 2,
|
|
279
|
+
"length": 46
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "en-1-46",
|
|
283
|
+
"text": "You write TODOs like post-it notes in a hurricane.",
|
|
284
|
+
"intensity": 2,
|
|
285
|
+
"length": 50
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "en-1-47",
|
|
289
|
+
"text": "Your architecture diagram is just a big box labeled “stuff happens here”.",
|
|
290
|
+
"intensity": 2,
|
|
291
|
+
"length": 73
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "en-1-48",
|
|
295
|
+
"text": "You treat code smells like room freshener can fix them.",
|
|
296
|
+
"intensity": 2,
|
|
297
|
+
"length": 55
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "en-1-49",
|
|
301
|
+
"text": "Your PRs need a table of contents.",
|
|
302
|
+
"intensity": 2,
|
|
303
|
+
"length": 34
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "en-1-50",
|
|
307
|
+
"text": "You think “idk why it works but it works” is senior-level debugging.",
|
|
308
|
+
"intensity": 2,
|
|
309
|
+
"length": 68
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "en-1-51",
|
|
313
|
+
"text": "Your feature flags are just on/off switches for chaos.",
|
|
314
|
+
"intensity": 2,
|
|
315
|
+
"length": 54
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "en-1-52",
|
|
319
|
+
"text": "You use comments to apologize instead of explain.",
|
|
320
|
+
"intensity": 2,
|
|
321
|
+
"length": 49
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "en-1-53",
|
|
325
|
+
"text": "Your deployment strategy is “yolo and monitor Slack”.",
|
|
326
|
+
"intensity": 2,
|
|
327
|
+
"length": 53
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "en-1-54",
|
|
331
|
+
"text": "You measure success by how few people noticed the outage.",
|
|
332
|
+
"intensity": 2,
|
|
333
|
+
"length": 57
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "en-1-55",
|
|
337
|
+
"text": "Your code reads like a mystery novel with no ending.",
|
|
338
|
+
"intensity": 2,
|
|
339
|
+
"length": 52
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "en-1-56",
|
|
343
|
+
"text": "You name one file utils.js and then commit all your sins in it.",
|
|
344
|
+
"intensity": 2,
|
|
345
|
+
"length": 63
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "en-1-57",
|
|
349
|
+
"text": "Your logs are so noisy even grep gives up.",
|
|
350
|
+
"intensity": 2,
|
|
351
|
+
"length": 42
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"id": "en-1-58",
|
|
355
|
+
"text": "You call duplication ‘future-proofing’.",
|
|
356
|
+
"intensity": 2,
|
|
357
|
+
"length": 39
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "en-1-59",
|
|
361
|
+
"text": "Your cron jobs are just scheduled surprises.",
|
|
362
|
+
"intensity": 2,
|
|
363
|
+
"length": 44
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "en-1-60",
|
|
367
|
+
"text": "You use !important in CSS like a panic button.",
|
|
368
|
+
"intensity": 2,
|
|
369
|
+
"length": 46
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "en-1-61",
|
|
373
|
+
"text": "Your design pattern is if-else-else-else-else.",
|
|
374
|
+
"intensity": 2,
|
|
375
|
+
"length": 46
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "en-1-62",
|
|
379
|
+
"text": "You think refactoring means moving files into a new folder.",
|
|
380
|
+
"intensity": 2,
|
|
381
|
+
"length": 59
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"id": "en-1-63",
|
|
385
|
+
"text": "Your config is so messy, even YAML feels superior.",
|
|
386
|
+
"intensity": 2,
|
|
387
|
+
"length": 50
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "en-1-64",
|
|
391
|
+
"text": "You discover requirements only after deploying.",
|
|
392
|
+
"intensity": 2,
|
|
393
|
+
"length": 47
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "en-1-65",
|
|
397
|
+
"text": "Your rollback plan is “hope we don’t need one”.",
|
|
398
|
+
"intensity": 2,
|
|
399
|
+
"length": 47
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id": "en-1-66",
|
|
403
|
+
"text": "You use feature branches as long-term storage.",
|
|
404
|
+
"intensity": 2,
|
|
405
|
+
"length": 46
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"id": "en-1-67",
|
|
409
|
+
"text": "Your JIRA tickets have better fiction than Netflix.",
|
|
410
|
+
"intensity": 2,
|
|
411
|
+
"length": 51
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "en-1-68",
|
|
415
|
+
"text": "You fix linter errors by disabling the rule.",
|
|
416
|
+
"intensity": 2,
|
|
417
|
+
"length": 44
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "en-1-69",
|
|
421
|
+
"text": "Your “helper” functions need their own helpers.",
|
|
422
|
+
"intensity": 2,
|
|
423
|
+
"length": 47
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "en-1-70",
|
|
427
|
+
"text": "You consider stack traces optional reading.",
|
|
428
|
+
"intensity": 2,
|
|
429
|
+
"length": 43
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "en-1-71",
|
|
433
|
+
"text": "Your MVP forgot the “viable” part.",
|
|
434
|
+
"intensity": 2,
|
|
435
|
+
"length": 34
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": "en-1-72",
|
|
439
|
+
"text": "You use git push --force like a personality trait.",
|
|
440
|
+
"intensity": 2,
|
|
441
|
+
"length": 50
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "en-1-73",
|
|
445
|
+
"text": "Your sprint goal is “survive”.",
|
|
446
|
+
"intensity": 2,
|
|
447
|
+
"length": 30
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"id": "en-1-74",
|
|
451
|
+
"text": "You think monorepo means “everything everywhere all at once”.",
|
|
452
|
+
"intensity": 2,
|
|
453
|
+
"length": 61
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"id": "en-1-75",
|
|
457
|
+
"text": "Your coding style is race-condition-driven development.",
|
|
458
|
+
"intensity": 2,
|
|
459
|
+
"length": 55
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"id": "en-1-76",
|
|
463
|
+
"text": "You write APIs that return “success”: false more than true.",
|
|
464
|
+
"intensity": 2,
|
|
465
|
+
"length": 59
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "en-1-77",
|
|
469
|
+
"text": "Your code reviews are just rubber-stamping your own mistakes.",
|
|
470
|
+
"intensity": 2,
|
|
471
|
+
"length": 61
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"id": "en-1-78",
|
|
475
|
+
"text": "You treat cache invalidation as a myth.",
|
|
476
|
+
"intensity": 2,
|
|
477
|
+
"length": 39
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "en-1-79",
|
|
481
|
+
"text": "Your documentation is older than your dependencies.",
|
|
482
|
+
"intensity": 2,
|
|
483
|
+
"length": 51
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"id": "en-1-80",
|
|
487
|
+
"text": "Your bug fixes are plot twists.",
|
|
488
|
+
"intensity": 2,
|
|
489
|
+
"length": 31
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "en-1-81",
|
|
493
|
+
"text": "You think “just one more commit” is a harmless phrase.",
|
|
494
|
+
"intensity": 2,
|
|
495
|
+
"length": 54
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "en-1-82",
|
|
499
|
+
"text": "Your services talk to each other more than your team does.",
|
|
500
|
+
"intensity": 2,
|
|
501
|
+
"length": 58
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "en-1-83",
|
|
505
|
+
"text": "You use comments instead of deleting dead code.",
|
|
506
|
+
"intensity": 2,
|
|
507
|
+
"length": 47
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"id": "en-1-84",
|
|
511
|
+
"text": "Your onboarding guide is “ask around”.",
|
|
512
|
+
"intensity": 2,
|
|
513
|
+
"length": 38
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "en-1-85",
|
|
517
|
+
"text": "Your refactor created a legacy system in record time.",
|
|
518
|
+
"intensity": 2,
|
|
519
|
+
"length": 53
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "en-1-86",
|
|
523
|
+
"text": "You treat code style guides as light suggestions.",
|
|
524
|
+
"intensity": 2,
|
|
525
|
+
"length": 49
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "en-1-87",
|
|
529
|
+
"text": "Your idea of testing is ‘let the users find out’.",
|
|
530
|
+
"intensity": 2,
|
|
531
|
+
"length": 49
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "en-1-88",
|
|
535
|
+
"text": "Your backlog has more ghosts than features.",
|
|
536
|
+
"intensity": 2,
|
|
537
|
+
"length": 43
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "en-1-89",
|
|
541
|
+
"text": "Your ‘simple script’ starts its own microservice ecosystem.",
|
|
542
|
+
"intensity": 2,
|
|
543
|
+
"length": 59
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"id": "en-1-90",
|
|
547
|
+
"text": "You use TODO as a long-term storage solution for guilt.",
|
|
548
|
+
"intensity": 2,
|
|
549
|
+
"length": 55
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "en-1-91",
|
|
553
|
+
"text": "Your debugger spends more time open than your editor.",
|
|
554
|
+
"intensity": 2,
|
|
555
|
+
"length": 53
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "en-1-92",
|
|
559
|
+
"text": "You consider copy-pasting from old projects as ‘knowledge reuse’.",
|
|
560
|
+
"intensity": 2,
|
|
561
|
+
"length": 65
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "en-1-93",
|
|
565
|
+
"text": "Your biggest dependency is luck.",
|
|
566
|
+
"intensity": 2,
|
|
567
|
+
"length": 32
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "en-1-94",
|
|
571
|
+
"text": "You don’t write spaghetti code, you write entire Italian restaurants.",
|
|
572
|
+
"intensity": 2,
|
|
573
|
+
"length": 69
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "en-1-95",
|
|
577
|
+
"text": "Your CI pipeline fails just from fear of your commits.",
|
|
578
|
+
"intensity": 2,
|
|
579
|
+
"length": 54
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "en-1-96",
|
|
583
|
+
"text": "Your error messages are like horoscopes: vague and unhelpful.",
|
|
584
|
+
"intensity": 2,
|
|
585
|
+
"length": 61
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "en-1-97",
|
|
589
|
+
"text": "You treat TypeScript like JavaScript with extra steps to ignore.",
|
|
590
|
+
"intensity": 2,
|
|
591
|
+
"length": 64
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"id": "en-1-98",
|
|
595
|
+
"text": "Your database schema evolves faster than your documentation.",
|
|
596
|
+
"intensity": 2,
|
|
597
|
+
"length": 60
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"id": "en-1-99",
|
|
601
|
+
"text": "Your hotfix needs its own hotfix.",
|
|
602
|
+
"intensity": 2,
|
|
603
|
+
"length": 33
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"id": "en-1-100",
|
|
607
|
+
"text": "Your code comments raise more questions than answers.",
|
|
608
|
+
"intensity": 2,
|
|
609
|
+
"length": 53
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"id": "en-1-101",
|
|
613
|
+
"text": "You write ‘FIXME’ and never ‘FIXED’.",
|
|
614
|
+
"intensity": 2,
|
|
615
|
+
"length": 36
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"id": "en-1-102",
|
|
619
|
+
"text": "Your pull requests are longer than company policies.",
|
|
620
|
+
"intensity": 2,
|
|
621
|
+
"length": 52
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"id": "en-1-103",
|
|
625
|
+
"text": "You add logs instead of understanding the problem.",
|
|
626
|
+
"intensity": 2,
|
|
627
|
+
"length": 50
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": "en-1-104",
|
|
631
|
+
"text": "You treat code reviews as personal attacks and still don’t improve.",
|
|
632
|
+
"intensity": 2,
|
|
633
|
+
"length": 67
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "en-1-105",
|
|
637
|
+
"text": "Your local branch zoo should be a protected area.",
|
|
638
|
+
"intensity": 2,
|
|
639
|
+
"length": 49
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"id": "en-1-106",
|
|
643
|
+
"text": "Your CSS breakpoints are emotional, not technical.",
|
|
644
|
+
"intensity": 2,
|
|
645
|
+
"length": 50
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "en-1-107",
|
|
649
|
+
"text": "You name functions like `doStuff` and expect respect.",
|
|
650
|
+
"intensity": 2,
|
|
651
|
+
"length": 53
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"id": "en-1-108",
|
|
655
|
+
"text": "You only learn new tools when old ones break.",
|
|
656
|
+
"intensity": 2,
|
|
657
|
+
"length": 45
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "en-1-109",
|
|
661
|
+
"text": "Your best practice is whatever worked once at 3 AM.",
|
|
662
|
+
"intensity": 2,
|
|
663
|
+
"length": 51
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"id": "en-1-110",
|
|
667
|
+
"text": "You push directly to main and call it ‘being efficient’.",
|
|
668
|
+
"intensity": 2,
|
|
669
|
+
"length": 56
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"id": "en-1-111",
|
|
673
|
+
"text": "Your feature flags are just excuses for unfinished work.",
|
|
674
|
+
"intensity": 2,
|
|
675
|
+
"length": 56
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"id": "en-1-112",
|
|
679
|
+
"text": "You brag about clean code while your linter cries in silence.",
|
|
680
|
+
"intensity": 2,
|
|
681
|
+
"length": 61
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"id": "en-1-113",
|
|
685
|
+
"text": "You consider ‘works on my machine’ an acceptable status update.",
|
|
686
|
+
"intensity": 2,
|
|
687
|
+
"length": 63
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "en-1-114",
|
|
691
|
+
"text": "Your monolith wanted to be microservices but gave up.",
|
|
692
|
+
"intensity": 2,
|
|
693
|
+
"length": 53
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "en-1-115",
|
|
697
|
+
"text": "Your tests are so flaky they need their own mental health day.",
|
|
698
|
+
"intensity": 2,
|
|
699
|
+
"length": 62
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"id": "en-1-116",
|
|
703
|
+
"text": "You call it a quick patch, the infra team calls it an incident.",
|
|
704
|
+
"intensity": 2,
|
|
705
|
+
"length": 63
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"id": "en-1-117",
|
|
709
|
+
"text": "Your branching strategy is ‘hope for the best’.",
|
|
710
|
+
"intensity": 2,
|
|
711
|
+
"length": 47
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"id": "en-1-118",
|
|
715
|
+
"text": "You use comments to argue with your future self.",
|
|
716
|
+
"intensity": 2,
|
|
717
|
+
"length": 48
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"id": "en-1-119",
|
|
721
|
+
"text": "Your codebase is a museum of half-implemented ideas.",
|
|
722
|
+
"intensity": 2,
|
|
723
|
+
"length": 52
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "en-1-120",
|
|
727
|
+
"text": "You abuse regex like it personally wronged you.",
|
|
728
|
+
"intensity": 2,
|
|
729
|
+
"length": 47
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"id": "en-1-121",
|
|
733
|
+
"text": "Your build time is longer than your focus span.",
|
|
734
|
+
"intensity": 2,
|
|
735
|
+
"length": 47
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "en-1-122",
|
|
739
|
+
"text": "You consider logging everything ‘for observability’ and then never look.",
|
|
740
|
+
"intensity": 2,
|
|
741
|
+
"length": 72
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"id": "en-1-123",
|
|
745
|
+
"text": "You write ORMs like it’s 2006 and SQL never existed.",
|
|
746
|
+
"intensity": 2,
|
|
747
|
+
"length": 52
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"id": "en-1-124",
|
|
751
|
+
"text": "Your favorite design pattern is ‘God object’.",
|
|
752
|
+
"intensity": 2,
|
|
753
|
+
"length": 45
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"id": "en-1-125",
|
|
757
|
+
"text": "You call magic numbers ‘project constants’.",
|
|
758
|
+
"intensity": 2,
|
|
759
|
+
"length": 43
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "en-1-126",
|
|
763
|
+
"text": "Your retry logic is just `setTimeout` and prayer.",
|
|
764
|
+
"intensity": 2,
|
|
765
|
+
"length": 49
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "en-1-127",
|
|
769
|
+
"text": "You delete code instead of understanding what it did.",
|
|
770
|
+
"intensity": 2,
|
|
771
|
+
"length": 53
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"id": "en-1-128",
|
|
775
|
+
"text": "Your CLI app needs a tutorial just to exit.",
|
|
776
|
+
"intensity": 2,
|
|
777
|
+
"length": 43
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "en-1-129",
|
|
781
|
+
"text": "You treat warnings as decorations in your IDE.",
|
|
782
|
+
"intensity": 2,
|
|
783
|
+
"length": 46
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "en-1-130",
|
|
787
|
+
"text": "Your configuration files are side quests with no reward.",
|
|
788
|
+
"intensity": 2,
|
|
789
|
+
"length": 56
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"id": "en-1-131",
|
|
793
|
+
"text": "You run `npm audit fix --force` and hope for the best.",
|
|
794
|
+
"intensity": 2,
|
|
795
|
+
"length": 54
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "en-1-132",
|
|
799
|
+
"text": "Your container images are heavier than your excuses.",
|
|
800
|
+
"intensity": 2,
|
|
801
|
+
"length": 52
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"id": "en-1-133",
|
|
805
|
+
"text": "You build dashboards nobody reads including you.",
|
|
806
|
+
"intensity": 2,
|
|
807
|
+
"length": 48
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "en-1-134",
|
|
811
|
+
"text": "Your rate limiting strategy is ‘we’ll see’.",
|
|
812
|
+
"intensity": 2,
|
|
813
|
+
"length": 43
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "en-1-135",
|
|
817
|
+
"text": "You call 500 errors ‘temporary downtime’.",
|
|
818
|
+
"intensity": 2,
|
|
819
|
+
"length": 41
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "en-1-136",
|
|
823
|
+
"text": "Your staging environment is TikTok: always under construction.",
|
|
824
|
+
"intensity": 2,
|
|
825
|
+
"length": 62
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "en-1-137",
|
|
829
|
+
"text": "You trust ‘auto-merge’ more than your own understanding.",
|
|
830
|
+
"intensity": 2,
|
|
831
|
+
"length": 56
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "en-1-138",
|
|
835
|
+
"text": "Your exception messages are just ‘Error happened’.",
|
|
836
|
+
"intensity": 2,
|
|
837
|
+
"length": 50
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "en-1-139",
|
|
841
|
+
"text": "You write encrypted-looking code by accident.",
|
|
842
|
+
"intensity": 2,
|
|
843
|
+
"length": 45
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"id": "en-1-140",
|
|
847
|
+
"text": "You treat git rebase as black magic and avoid it.",
|
|
848
|
+
"intensity": 2,
|
|
849
|
+
"length": 49
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "en-1-141",
|
|
853
|
+
"text": "Your code metrics are top tier… in all the wrong categories.",
|
|
854
|
+
"intensity": 2,
|
|
855
|
+
"length": 60
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"id": "en-1-142",
|
|
859
|
+
"text": "You use environment variables like global trash bins.",
|
|
860
|
+
"intensity": 2,
|
|
861
|
+
"length": 53
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"id": "en-1-143",
|
|
865
|
+
"text": "You call copy-pasting from ChatGPT ‘pair programming’.",
|
|
866
|
+
"intensity": 2,
|
|
867
|
+
"length": 54
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"id": "en-1-144",
|
|
871
|
+
"text": "Your ‘junior mistakes’ lasted well into your senior title.",
|
|
872
|
+
"intensity": 2,
|
|
873
|
+
"length": 58
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"id": "en-1-145",
|
|
877
|
+
"text": "You consider JSON a database if it’s big enough.",
|
|
878
|
+
"intensity": 2,
|
|
879
|
+
"length": 48
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"id": "en-1-146",
|
|
883
|
+
"text": "Your dev tools have more plugins than your app has users.",
|
|
884
|
+
"intensity": 2,
|
|
885
|
+
"length": 57
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"id": "en-1-147",
|
|
889
|
+
"text": "You do breaking changes on patch versions.",
|
|
890
|
+
"intensity": 2,
|
|
891
|
+
"length": 42
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"id": "en-1-148",
|
|
895
|
+
"text": "Your API versioning strategy is screaming.",
|
|
896
|
+
"intensity": 2,
|
|
897
|
+
"length": 42
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "en-1-149",
|
|
901
|
+
"text": "You think observability means adding one more dashboard.",
|
|
902
|
+
"intensity": 2,
|
|
903
|
+
"length": 56
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"id": "en-1-150",
|
|
907
|
+
"text": "Your IDE themes are more organized than your repo.",
|
|
908
|
+
"intensity": 2,
|
|
909
|
+
"length": 50
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"id": "en-1-151",
|
|
913
|
+
"text": "You commit generated files and call it necessary.",
|
|
914
|
+
"intensity": 2,
|
|
915
|
+
"length": 49
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"id": "en-1-152",
|
|
919
|
+
"text": "Your feature branches live longer than some startups.",
|
|
920
|
+
"intensity": 2,
|
|
921
|
+
"length": 53
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"id": "en-1-153",
|
|
925
|
+
"text": "You use feature toggles as permanent configuration.",
|
|
926
|
+
"intensity": 2,
|
|
927
|
+
"length": 51
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"id": "en-1-154",
|
|
931
|
+
"text": "Your PR description is just ‘small change’ with +2,000 lines.",
|
|
932
|
+
"intensity": 2,
|
|
933
|
+
"length": 61
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"id": "en-1-155",
|
|
937
|
+
"text": "You throw hardware at problems your code created.",
|
|
938
|
+
"intensity": 2,
|
|
939
|
+
"length": 49
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"id": "en-1-156",
|
|
943
|
+
"text": "Your `README` says ‘WIP’ since day one.",
|
|
944
|
+
"intensity": 2,
|
|
945
|
+
"length": 39
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"id": "en-1-157",
|
|
949
|
+
"text": "You think `chore:` is the right prefix for every commit.",
|
|
950
|
+
"intensity": 2,
|
|
951
|
+
"length": 56
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"id": "en-1-158",
|
|
955
|
+
"text": "Your code review feedback is just ‘LGTM’ on everything.",
|
|
956
|
+
"intensity": 2,
|
|
957
|
+
"length": 55
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "en-1-159",
|
|
961
|
+
"text": "You wrap everything in `try/catch` like bubble wrap.",
|
|
962
|
+
"intensity": 2,
|
|
963
|
+
"length": 52
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"id": "en-1-160",
|
|
967
|
+
"text": "You treat tests like optional content in a game.",
|
|
968
|
+
"intensity": 2,
|
|
969
|
+
"length": 48
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"id": "en-1-161",
|
|
973
|
+
"text": "Your roadmap is just your Slack DMs.",
|
|
974
|
+
"intensity": 2,
|
|
975
|
+
"length": 36
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"id": "en-1-162",
|
|
979
|
+
"text": "You introduce new tech stack every sprint for ‘innovation’.",
|
|
980
|
+
"intensity": 2,
|
|
981
|
+
"length": 59
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"id": "en-1-163",
|
|
985
|
+
"text": "Your airpods are more up to date than your dependencies.",
|
|
986
|
+
"intensity": 2,
|
|
987
|
+
"length": 56
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"id": "en-1-164",
|
|
991
|
+
"text": "You fix performance issues by adding a loading spinner.",
|
|
992
|
+
"intensity": 2,
|
|
993
|
+
"length": 55
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"id": "en-1-165",
|
|
997
|
+
"text": "You call hacky workarounds ‘engineering solutions’.",
|
|
998
|
+
"intensity": 2,
|
|
999
|
+
"length": 51
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"id": "en-1-166",
|
|
1003
|
+
"text": "Your scripts require reading source just to run.",
|
|
1004
|
+
"intensity": 2,
|
|
1005
|
+
"length": 48
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"id": "en-1-167",
|
|
1009
|
+
"text": "You use `any` in TypeScript like it’s a lifestyle.",
|
|
1010
|
+
"intensity": 2,
|
|
1011
|
+
"length": 50
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"id": "en-1-168",
|
|
1015
|
+
"text": "Your commit history tells a story of confusion and panic.",
|
|
1016
|
+
"intensity": 2,
|
|
1017
|
+
"length": 57
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "en-1-169",
|
|
1021
|
+
"text": "You design APIs that need a PhD in guessing.",
|
|
1022
|
+
"intensity": 2,
|
|
1023
|
+
"length": 44
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": "en-1-170",
|
|
1027
|
+
"text": "You consider merge conflicts part of the creative process.",
|
|
1028
|
+
"intensity": 2,
|
|
1029
|
+
"length": 58
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"id": "en-1-171",
|
|
1033
|
+
"text": "Your code smells so bad the garbage collector resigns.",
|
|
1034
|
+
"intensity": 2,
|
|
1035
|
+
"length": 54
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"id": "en-1-172",
|
|
1039
|
+
"text": "You write helper functions that help no one.",
|
|
1040
|
+
"intensity": 2,
|
|
1041
|
+
"length": 44
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"id": "en-1-173",
|
|
1045
|
+
"text": "You think lint errors are just colorful suggestions.",
|
|
1046
|
+
"intensity": 2,
|
|
1047
|
+
"length": 52
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"id": "en-1-174",
|
|
1051
|
+
"text": "Your production logs are louder than your metrics.",
|
|
1052
|
+
"intensity": 2,
|
|
1053
|
+
"length": 50
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"id": "en-1-175",
|
|
1057
|
+
"text": "You solve every problem with another dependency.",
|
|
1058
|
+
"intensity": 2,
|
|
1059
|
+
"length": 48
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"id": "en-1-176",
|
|
1063
|
+
"text": "You comment out code instead of deleting like you’ll miss it.",
|
|
1064
|
+
"intensity": 2,
|
|
1065
|
+
"length": 61
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "en-1-177",
|
|
1069
|
+
"text": "You treat `console.error` as your only monitoring tool.",
|
|
1070
|
+
"intensity": 2,
|
|
1071
|
+
"length": 55
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"id": "en-1-178",
|
|
1075
|
+
"text": "Your `TODO` list is longer than your resume.",
|
|
1076
|
+
"intensity": 2,
|
|
1077
|
+
"length": 44
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"id": "en-1-179",
|
|
1081
|
+
"text": "You unit test happy paths and pray about the rest.",
|
|
1082
|
+
"intensity": 2,
|
|
1083
|
+
"length": 50
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"id": "en-1-180",
|
|
1087
|
+
"text": "You configure tools you don’t fully understand and ship anyway.",
|
|
1088
|
+
"intensity": 2,
|
|
1089
|
+
"length": 63
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "en-1-181",
|
|
1093
|
+
"text": "Your coding speed is fast, your code quality is a slow accident.",
|
|
1094
|
+
"intensity": 2,
|
|
1095
|
+
"length": 64
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"id": "en-1-182",
|
|
1099
|
+
"text": "You call duplicated logic ‘business rules’.",
|
|
1100
|
+
"intensity": 2,
|
|
1101
|
+
"length": 43
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"id": "en-1-183",
|
|
1105
|
+
"text": "Your code review comments come two months late.",
|
|
1106
|
+
"intensity": 2,
|
|
1107
|
+
"length": 47
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"id": "en-1-184",
|
|
1111
|
+
"text": "You’re the reason the sprint retro has extra time scheduled.",
|
|
1112
|
+
"intensity": 2,
|
|
1113
|
+
"length": 60
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"id": "en-1-185",
|
|
1117
|
+
"text": "Your ‘MVP’ is an entire platform missing the ‘V’.",
|
|
1118
|
+
"intensity": 2,
|
|
1119
|
+
"length": 49
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"id": "en-1-186",
|
|
1123
|
+
"text": "You name branches after your feelings, not features.",
|
|
1124
|
+
"intensity": 2,
|
|
1125
|
+
"length": 52
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"id": "en-1-187",
|
|
1129
|
+
"text": "You still debug by printing variables one by one.",
|
|
1130
|
+
"intensity": 2,
|
|
1131
|
+
"length": 49
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"id": "en-1-188",
|
|
1135
|
+
"text": "You learned git by trial, error, and permanent damage.",
|
|
1136
|
+
"intensity": 2,
|
|
1137
|
+
"length": 54
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"id": "en-1-189",
|
|
1141
|
+
"text": "Your uptime target is ‘hopefully not zero’.",
|
|
1142
|
+
"intensity": 2,
|
|
1143
|
+
"length": 43
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "en-1-190",
|
|
1147
|
+
"text": "You prefer hotfixes over planning like a chaos consultant.",
|
|
1148
|
+
"intensity": 2,
|
|
1149
|
+
"length": 58
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"id": "en-1-191",
|
|
1153
|
+
"text": "Your code runs... away from best practices.",
|
|
1154
|
+
"intensity": 2,
|
|
1155
|
+
"length": 43
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"id": "en-1-192",
|
|
1159
|
+
"text": "You write comments like you’re hiding evidence.",
|
|
1160
|
+
"intensity": 2,
|
|
1161
|
+
"length": 47
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"id": "en-1-193",
|
|
1165
|
+
"text": "Your commit messages belong in true crime documentaries.",
|
|
1166
|
+
"intensity": 2,
|
|
1167
|
+
"length": 56
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"id": "en-1-194",
|
|
1171
|
+
"text": "Your code style is ‘CTRL+C, CTRL+V-driven development’.",
|
|
1172
|
+
"intensity": 2,
|
|
1173
|
+
"length": 55
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"id": "en-1-195",
|
|
1177
|
+
"text": "You don’t fix bugs, you just comment out features.",
|
|
1178
|
+
"intensity": 2,
|
|
1179
|
+
"length": 50
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"id": "en-1-196",
|
|
1183
|
+
"text": "Your app has more crashes than a bumper car arena.",
|
|
1184
|
+
"intensity": 2,
|
|
1185
|
+
"length": 50
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"id": "en-1-197",
|
|
1189
|
+
"text": "Your debug process is just adding console.log everywhere.",
|
|
1190
|
+
"intensity": 2,
|
|
1191
|
+
"length": 57
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"id": "en-1-198",
|
|
1195
|
+
"text": "You write spaghetti code and then pour cheese on top by refactoring.",
|
|
1196
|
+
"intensity": 2,
|
|
1197
|
+
"length": 68
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "en-1-199",
|
|
1201
|
+
"text": "Your pull requests need a content warning.",
|
|
1202
|
+
"intensity": 2,
|
|
1203
|
+
"length": 42
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"id": "en-1-200",
|
|
1207
|
+
"text": "Your function names are longer than your attention span.",
|
|
1208
|
+
"intensity": 2,
|
|
1209
|
+
"length": 56
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "en-1-201",
|
|
1213
|
+
"text": "You treat production like a test environment.",
|
|
1214
|
+
"intensity": 2,
|
|
1215
|
+
"length": 45
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"id": "en-1-202",
|
|
1219
|
+
"text": "Your code review comments are just ‘works on my machine’.",
|
|
1220
|
+
"intensity": 2,
|
|
1221
|
+
"length": 57
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "en-1-203",
|
|
1225
|
+
"text": "You use git like a time machine with no return button.",
|
|
1226
|
+
"intensity": 2,
|
|
1227
|
+
"length": 54
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "en-1-204",
|
|
1231
|
+
"text": "Your ‘quick fix’ just created a long-term relationship with a bug.",
|
|
1232
|
+
"intensity": 2,
|
|
1233
|
+
"length": 66
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": "en-1-205",
|
|
1237
|
+
"text": "You name variables like you’re hiding them from the police.",
|
|
1238
|
+
"intensity": 2,
|
|
1239
|
+
"length": 59
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"id": "en-1-206",
|
|
1243
|
+
"text": "Your stack traces are longer than your documentation.",
|
|
1244
|
+
"intensity": 2,
|
|
1245
|
+
"length": 53
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"id": "en-1-207",
|
|
1249
|
+
"text": "You don’t refactor, you just rename the file.",
|
|
1250
|
+
"intensity": 2,
|
|
1251
|
+
"length": 45
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"id": "en-1-208",
|
|
1255
|
+
"text": "Your tests are as imaginary as your deadlines.",
|
|
1256
|
+
"intensity": 2,
|
|
1257
|
+
"length": 46
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"id": "en-1-209",
|
|
1261
|
+
"text": "You broke the build so hard the CI needs therapy.",
|
|
1262
|
+
"intensity": 2,
|
|
1263
|
+
"length": 49
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"id": "en-1-210",
|
|
1267
|
+
"text": "Your API responses are more confusing than your commit history.",
|
|
1268
|
+
"intensity": 2,
|
|
1269
|
+
"length": 63
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"id": "en-1-211",
|
|
1273
|
+
"text": "You write comments explaining bugs instead of fixing them.",
|
|
1274
|
+
"intensity": 2,
|
|
1275
|
+
"length": 58
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"id": "en-1-212",
|
|
1279
|
+
"text": "Your coding motto is ‘if it compiles, ship it’.",
|
|
1280
|
+
"intensity": 2,
|
|
1281
|
+
"length": 47
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"id": "en-1-213",
|
|
1285
|
+
"text": "Your code coverage is just one lonely test someone wrote by accident.",
|
|
1286
|
+
"intensity": 2,
|
|
1287
|
+
"length": 69
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "en-1-214",
|
|
1291
|
+
"text": "Your CSS has more !important than actual importance.",
|
|
1292
|
+
"intensity": 2,
|
|
1293
|
+
"length": 52
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"id": "en-1-215",
|
|
1297
|
+
"text": "You use async/await like seasoning: randomly and in excess.",
|
|
1298
|
+
"intensity": 2,
|
|
1299
|
+
"length": 59
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"id": "en-1-216",
|
|
1303
|
+
"text": "Your database queries are a denial-of-service attack on yourself.",
|
|
1304
|
+
"intensity": 2,
|
|
1305
|
+
"length": 65
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"id": "en-1-217",
|
|
1309
|
+
"text": "You treat warnings like background noise.",
|
|
1310
|
+
"intensity": 2,
|
|
1311
|
+
"length": 41
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"id": "en-1-218",
|
|
1315
|
+
"text": "Your linter cried and left the project.",
|
|
1316
|
+
"intensity": 2,
|
|
1317
|
+
"length": 39
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"id": "en-1-219",
|
|
1321
|
+
"text": "You need a GPS to navigate your own codebase.",
|
|
1322
|
+
"intensity": 2,
|
|
1323
|
+
"length": 45
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "en-1-220",
|
|
1327
|
+
"text": "Your design pattern is called ‘Chaos Singleton’.",
|
|
1328
|
+
"intensity": 2,
|
|
1329
|
+
"length": 48
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"id": "en-1-221",
|
|
1333
|
+
"text": "Your error handling is just ‘try… catch(e) { }’.",
|
|
1334
|
+
"intensity": 2,
|
|
1335
|
+
"length": 48
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"id": "en-1-222",
|
|
1339
|
+
"text": "You fix bugs by rebooting the whole server farm.",
|
|
1340
|
+
"intensity": 2,
|
|
1341
|
+
"length": 48
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"id": "en-1-223",
|
|
1345
|
+
"text": "Your laptop fan spins faster than your brain during code review.",
|
|
1346
|
+
"intensity": 2,
|
|
1347
|
+
"length": 64
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"id": "en-1-224",
|
|
1351
|
+
"text": "Your favorite data structure is ‘some random JSON we got from somewhere’.",
|
|
1352
|
+
"intensity": 2,
|
|
1353
|
+
"length": 73
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"id": "en-1-225",
|
|
1357
|
+
"text": "You measure performance by ‘seems fine on my machine’.",
|
|
1358
|
+
"intensity": 2,
|
|
1359
|
+
"length": 54
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"id": "en-1-226",
|
|
1363
|
+
"text": "You write code like you’re being chased.",
|
|
1364
|
+
"intensity": 2,
|
|
1365
|
+
"length": 40
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"id": "en-1-227",
|
|
1369
|
+
"text": "Your Docker containers have more layers than your excuses.",
|
|
1370
|
+
"intensity": 2,
|
|
1371
|
+
"length": 58
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"id": "en-1-228",
|
|
1375
|
+
"text": "You treat versioning like a lottery: sometimes it works.",
|
|
1376
|
+
"intensity": 2,
|
|
1377
|
+
"length": 56
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"id": "en-1-229",
|
|
1381
|
+
"text": "Your Git history looks like a keyboard smash.",
|
|
1382
|
+
"intensity": 2,
|
|
1383
|
+
"length": 45
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"id": "en-1-230",
|
|
1387
|
+
"text": "You push to main like it’s a personal diary.",
|
|
1388
|
+
"intensity": 2,
|
|
1389
|
+
"length": 44
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"id": "en-1-231",
|
|
1393
|
+
"text": "Your documentation is just a single line: ‘TODO: write docs’.",
|
|
1394
|
+
"intensity": 2,
|
|
1395
|
+
"length": 61
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"id": "en-1-232",
|
|
1399
|
+
"text": "Your CLI flags are a guessing game.",
|
|
1400
|
+
"intensity": 2,
|
|
1401
|
+
"length": 35
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "en-1-233",
|
|
1405
|
+
"text": "You reinvent the wheel and still make it a square.",
|
|
1406
|
+
"intensity": 2,
|
|
1407
|
+
"length": 50
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": "en-1-234",
|
|
1411
|
+
"text": "You use Stack Overflow like life support.",
|
|
1412
|
+
"intensity": 2,
|
|
1413
|
+
"length": 41
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"id": "en-1-235",
|
|
1417
|
+
"text": "Your microservices are just macro problems.",
|
|
1418
|
+
"intensity": 2,
|
|
1419
|
+
"length": 43
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"id": "en-1-236",
|
|
1423
|
+
"text": "You commit directly to production and call it ‘continuous delivery’.",
|
|
1424
|
+
"intensity": 2,
|
|
1425
|
+
"length": 68
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"id": "en-1-237",
|
|
1429
|
+
"text": "Your architecture diagrams are just boxes labeled ‘stuff’.",
|
|
1430
|
+
"intensity": 2,
|
|
1431
|
+
"length": 58
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"id": "en-1-238",
|
|
1435
|
+
"text": "You debug in production using the users as QA.",
|
|
1436
|
+
"intensity": 2,
|
|
1437
|
+
"length": 46
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"id": "en-1-239",
|
|
1441
|
+
"text": "Your ‘temporary fix’ just celebrated its first birthday.",
|
|
1442
|
+
"intensity": 2,
|
|
1443
|
+
"length": 56
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"id": "en-1-240",
|
|
1447
|
+
"text": "You use tab width like a personality trait.",
|
|
1448
|
+
"intensity": 2,
|
|
1449
|
+
"length": 43
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"id": "en-1-241",
|
|
1453
|
+
"text": "Your logs are just ‘here’ and ‘there’ messages with no context.",
|
|
1454
|
+
"intensity": 2,
|
|
1455
|
+
"length": 63
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"id": "en-1-242",
|
|
1459
|
+
"text": "You write unit tests that only assert true === true.",
|
|
1460
|
+
"intensity": 2,
|
|
1461
|
+
"length": 52
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"id": "en-1-243",
|
|
1465
|
+
"text": "Your feature flags are permanent residents.",
|
|
1466
|
+
"intensity": 2,
|
|
1467
|
+
"length": 43
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"id": "en-1-244",
|
|
1471
|
+
"text": "You created technical debt with compound interest.",
|
|
1472
|
+
"intensity": 2,
|
|
1473
|
+
"length": 50
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": "en-1-245",
|
|
1477
|
+
"text": "You write TODO comments like they’re motivational quotes.",
|
|
1478
|
+
"intensity": 2,
|
|
1479
|
+
"length": 57
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"id": "en-1-246",
|
|
1483
|
+
"text": "Your environment variables are copy-pasted between projects with hope.",
|
|
1484
|
+
"intensity": 2,
|
|
1485
|
+
"length": 70
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": "en-1-247",
|
|
1489
|
+
"text": "You handle edge cases by pretending they don’t exist.",
|
|
1490
|
+
"intensity": 2,
|
|
1491
|
+
"length": 53
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"id": "en-1-248",
|
|
1495
|
+
"text": "Your fix introduced three new bugs and a side quest.",
|
|
1496
|
+
"intensity": 2,
|
|
1497
|
+
"length": 52
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "en-1-249",
|
|
1501
|
+
"text": "You think ‘code freeze’ means stopping your IDE.",
|
|
1502
|
+
"intensity": 2,
|
|
1503
|
+
"length": 48
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"id": "en-1-250",
|
|
1507
|
+
"text": "Your local setup takes longer than your actual work.",
|
|
1508
|
+
"intensity": 2,
|
|
1509
|
+
"length": 52
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"id": "en-1-251",
|
|
1513
|
+
"text": "You treat merge conflicts like horror movies: you look away.",
|
|
1514
|
+
"intensity": 2,
|
|
1515
|
+
"length": 60
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"id": "en-1-252",
|
|
1519
|
+
"text": "Your hotfix is cold and broken.",
|
|
1520
|
+
"intensity": 2,
|
|
1521
|
+
"length": 31
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"id": "en-1-253",
|
|
1525
|
+
"text": "You write APIs that even you don’t understand after a week.",
|
|
1526
|
+
"intensity": 2,
|
|
1527
|
+
"length": 59
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"id": "en-1-254",
|
|
1531
|
+
"text": "Your UX decisions were made by a random number generator.",
|
|
1532
|
+
"intensity": 2,
|
|
1533
|
+
"length": 57
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"id": "en-1-255",
|
|
1537
|
+
"text": "Your Jenkins pipeline has more red than a horror movie poster.",
|
|
1538
|
+
"intensity": 2,
|
|
1539
|
+
"length": 62
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"id": "en-1-256",
|
|
1543
|
+
"text": "You store passwords like they’re inspirational quotes in plain text.",
|
|
1544
|
+
"intensity": 2,
|
|
1545
|
+
"length": 68
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"id": "en-1-257",
|
|
1549
|
+
"text": "Your branch naming is ‘new-new-final-final-v2’.",
|
|
1550
|
+
"intensity": 2,
|
|
1551
|
+
"length": 47
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"id": "en-1-258",
|
|
1555
|
+
"text": "You treat documentation links as optional side quests.",
|
|
1556
|
+
"intensity": 2,
|
|
1557
|
+
"length": 54
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"id": "en-1-259",
|
|
1561
|
+
"text": "Your CSS grid looks like a broken Tetris game.",
|
|
1562
|
+
"intensity": 2,
|
|
1563
|
+
"length": 46
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"id": "en-1-260",
|
|
1567
|
+
"text": "You think ‘DRY’ means ‘Don’t Refactor Yet’.",
|
|
1568
|
+
"intensity": 2,
|
|
1569
|
+
"length": 43
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"id": "en-1-261",
|
|
1573
|
+
"text": "Your coding style guide is just vibes.",
|
|
1574
|
+
"intensity": 2,
|
|
1575
|
+
"length": 38
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"id": "en-1-262",
|
|
1579
|
+
"text": "You add libraries to solve problems you don’t have.",
|
|
1580
|
+
"intensity": 2,
|
|
1581
|
+
"length": 51
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"id": "en-1-263",
|
|
1585
|
+
"text": "Your npm install takes longer than the meeting you were avoiding.",
|
|
1586
|
+
"intensity": 2,
|
|
1587
|
+
"length": 65
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"id": "en-1-264",
|
|
1591
|
+
"text": "You debug JavaScript by staring at the screen harder.",
|
|
1592
|
+
"intensity": 2,
|
|
1593
|
+
"length": 53
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"id": "en-1-265",
|
|
1597
|
+
"text": "You believe ‘console.log-driven development’ is a valid methodology.",
|
|
1598
|
+
"intensity": 2,
|
|
1599
|
+
"length": 68
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"id": "en-1-266",
|
|
1603
|
+
"text": "Your React components are monoliths with trust issues.",
|
|
1604
|
+
"intensity": 2,
|
|
1605
|
+
"length": 54
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"id": "en-1-267",
|
|
1609
|
+
"text": "You use global state like it’s a trash bin.",
|
|
1610
|
+
"intensity": 2,
|
|
1611
|
+
"length": 43
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"id": "en-1-268",
|
|
1615
|
+
"text": "Your 500 errors should come with a jump scare warning.",
|
|
1616
|
+
"intensity": 2,
|
|
1617
|
+
"length": 54
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "en-1-269",
|
|
1621
|
+
"text": "You build dark mode before login works.",
|
|
1622
|
+
"intensity": 2,
|
|
1623
|
+
"length": 39
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"id": "en-1-270",
|
|
1627
|
+
"text": "Your code smells like it skipped code review for years.",
|
|
1628
|
+
"intensity": 2,
|
|
1629
|
+
"length": 55
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "en-1-271",
|
|
1633
|
+
"text": "You’ve turned ‘quick hack’ into a permanent design pattern.",
|
|
1634
|
+
"intensity": 2,
|
|
1635
|
+
"length": 59
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"id": "en-1-272",
|
|
1639
|
+
"text": "Your backlog is just a graveyard of forgotten ideas.",
|
|
1640
|
+
"intensity": 2,
|
|
1641
|
+
"length": 52
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"id": "en-1-273",
|
|
1645
|
+
"text": "You use TODO as a long-term storage solution.",
|
|
1646
|
+
"intensity": 2,
|
|
1647
|
+
"length": 45
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"id": "en-1-274",
|
|
1651
|
+
"text": "Your API docs are hidden in a Notion page nobody can find.",
|
|
1652
|
+
"intensity": 2,
|
|
1653
|
+
"length": 58
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"id": "en-1-275",
|
|
1657
|
+
"text": "You deploy on Friday like you enjoy chaos.",
|
|
1658
|
+
"intensity": 2,
|
|
1659
|
+
"length": 42
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"id": "en-1-276",
|
|
1663
|
+
"text": "Your ‘refactor’ was just renaming variables to ‘temp’ and ‘data2’.",
|
|
1664
|
+
"intensity": 2,
|
|
1665
|
+
"length": 66
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"id": "en-1-277",
|
|
1669
|
+
"text": "You write config files that require an archeological dig to understand.",
|
|
1670
|
+
"intensity": 2,
|
|
1671
|
+
"length": 71
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"id": "en-1-278",
|
|
1675
|
+
"text": "Your JSON structure is a matryoshka doll of confusion.",
|
|
1676
|
+
"intensity": 2,
|
|
1677
|
+
"length": 54
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"id": "en-1-279",
|
|
1681
|
+
"text": "You think rate limiting is about your coffee intake.",
|
|
1682
|
+
"intensity": 2,
|
|
1683
|
+
"length": 52
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"id": "en-1-280",
|
|
1687
|
+
"text": "You’ve got more feature flags than actual features.",
|
|
1688
|
+
"intensity": 2,
|
|
1689
|
+
"length": 51
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"id": "en-1-281",
|
|
1693
|
+
"text": "Your CLI tool needs a manual just to print help.",
|
|
1694
|
+
"intensity": 2,
|
|
1695
|
+
"length": 48
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"id": "en-1-282",
|
|
1699
|
+
"text": "You treat null checks like optional DLC.",
|
|
1700
|
+
"intensity": 2,
|
|
1701
|
+
"length": 40
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"id": "en-1-283",
|
|
1705
|
+
"text": "Your exceptions handle you, not the other way round.",
|
|
1706
|
+
"intensity": 2,
|
|
1707
|
+
"length": 52
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"id": "en-1-284",
|
|
1711
|
+
"text": "You log ‘something went wrong’ and call it observability.",
|
|
1712
|
+
"intensity": 2,
|
|
1713
|
+
"length": 57
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"id": "en-1-285",
|
|
1717
|
+
"text": "Your project setup involves three ancient scripts and a sacrifice.",
|
|
1718
|
+
"intensity": 2,
|
|
1719
|
+
"length": 66
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"id": "en-1-286",
|
|
1723
|
+
"text": "You named your repo ‘new-project’ and never changed it.",
|
|
1724
|
+
"intensity": 2,
|
|
1725
|
+
"length": 55
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"id": "en-1-287",
|
|
1729
|
+
"text": "Your CI/CD stands for ‘Constant Incidents / Constant Damage’.",
|
|
1730
|
+
"intensity": 2,
|
|
1731
|
+
"length": 61
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"id": "en-1-288",
|
|
1735
|
+
"text": "You keep production secrets in a file called not-secrets.txt.",
|
|
1736
|
+
"intensity": 2,
|
|
1737
|
+
"length": 61
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "en-1-289",
|
|
1741
|
+
"text": "Your OAuth implementation locks out even you.",
|
|
1742
|
+
"intensity": 2,
|
|
1743
|
+
"length": 45
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"id": "en-1-290",
|
|
1747
|
+
"text": "You use timeouts as business logic.",
|
|
1748
|
+
"intensity": 2,
|
|
1749
|
+
"length": 35
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": "en-1-291",
|
|
1753
|
+
"text": "Your ‘simple script’ now needs its own architecture diagram.",
|
|
1754
|
+
"intensity": 2,
|
|
1755
|
+
"length": 60
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"id": "en-1-292",
|
|
1759
|
+
"text": "You made a helper function that helps nothing.",
|
|
1760
|
+
"intensity": 2,
|
|
1761
|
+
"length": 46
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "en-1-293",
|
|
1765
|
+
"text": "You’re the reason the comment says ‘DO NOT TOUCH THIS CODE’.",
|
|
1766
|
+
"intensity": 2,
|
|
1767
|
+
"length": 60
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"id": "en-1-294",
|
|
1771
|
+
"text": "Your idea of optimization is upgrading RAM.",
|
|
1772
|
+
"intensity": 2,
|
|
1773
|
+
"length": 43
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"id": "en-1-295",
|
|
1777
|
+
"text": "When you say ‘one last change’, version control starts shaking.",
|
|
1778
|
+
"intensity": 2,
|
|
1779
|
+
"length": 63
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"id": "en-1-296",
|
|
1783
|
+
"text": "You didn’t just break the build, you broke team morale.",
|
|
1784
|
+
"intensity": 2,
|
|
1785
|
+
"length": 55
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"id": "en-1-297",
|
|
1789
|
+
"text": "Your test suite fails more than your Wi‑Fi.",
|
|
1790
|
+
"intensity": 2,
|
|
1791
|
+
"length": 43
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"id": "en-1-298",
|
|
1795
|
+
"text": "You treat error messages as gentle suggestions.",
|
|
1796
|
+
"intensity": 2,
|
|
1797
|
+
"length": 47
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"id": "en-1-299",
|
|
1801
|
+
"text": "Your mocks have more logic than your production code.",
|
|
1802
|
+
"intensity": 2,
|
|
1803
|
+
"length": 53
|
|
1804
|
+
}
|
|
1805
|
+
]
|
|
1806
|
+
}
|