|
|
|
|
|
by fireflies_
2441 days ago
|
|
Me too. I can't imagine trying to maintain a project written like this so I'd still consider you a member of the "clever programmer club" in good standing. Ideas like this make sense when the language gives you good support for them like Haskell does: https://www.haskell.org/tutorial/functions.html In languages like Go, you'll write much more "composable" software by sticking to what the language gives you instead of trying to force this in. |
|