this post was submitted on 21 Mar 2024
1 points (100.0% liked)

Programmer Humor

19149 readers
1179 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lemmesay@discuss.tchncs.de 0 points 5 months ago (3 children)

I oscillate between using more functional paradigms and more object-oriented ones. is that normal?
I use a linter BTW(TypeScript) if that is a useful info.

[–] crispy_kilt@feddit.de 0 points 5 months ago (2 children)

Avoid shared mutable state like the plague in any paradigm and you'll be fine

[–] lemmesay@discuss.tchncs.de 0 points 5 months ago (1 children)

state management crying in the corner

[–] crispy_kilt@feddit.de 0 points 5 months ago

Functional state management is fine