ganzen tag Fachkonferenz und es gibt nur eine Vortragende. @heisedeveloper das geht doch bestimmt besser beim nächsten mal

#springboot #betterCode

Last updated 2 years ago

Daniel Bleisteiner 🎧 · @da3x
17 followers · 103 posts · Server mastodontech.de

Noch 1x schlafen und dann geb ich mir und den von – bin gespannt, was ich da mitnehmen kann! clean-architecture.bettercode.

#betterCode #cleanarchitecture #workshop #heise #java #neverstoplearning

Last updated 3 years ago

Wolfram wants peace · @wolframkriesing
148 followers · 21 posts · Server mastodontech.de

Early returns in code can drastically reduce the indent level, increase readability, separate checks and intent of a function.

wdyt?

#returnearly #betterCode #programming

Last updated 3 years ago

· @inmorteveritas
0 followers · 8 posts · Server social.dev-wiki.de

Wenn du für verschiedene States unterschiedliche Ergebnisse brauchst in :

```
const state = 'updated'
const states = {
'created': 0,
'deleted': 1,
'updated': 2,
}
// get state value with fallback
const value = days[day] ?? -1
```

#js #betterIfStatement #betterCode

Last updated 3 years ago