ThreadSky
About ThreadSky
Log In
solnic.dev
•
19 hours ago
No, because pipe operator reduces noise in the code and makes it easier to understand the code as you can quickly see the data flow.
Comments
Log in
with your Bluesky account to leave a comment
[–]
katafrakt.bsky.social
•
18 hours ago
So do endless methods in certain contexts ;)
1
1
reply
[–]
katafrakt.bsky.social
•
18 hours ago
But my thinking is similar:
If there is a context in which certain syntax feature make the code more readable or more communicative, it's probably worth having it, even if it adds this unnecessary flexibility.
1
1
reply
[–]
solnic.dev
•
18 hours ago
People often focus too much on how code looks. I keep saying this. Code shouldn't just look "nice", it should also be:
- easy to modify
- easy to debug
- easy to read (although that is subjective)
Endless methods/functions only make code harder to change and debug & for me they are harder to read
0
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
If there is a context in which certain syntax feature make the code more readable or more communicative, it's probably worth having it, even if it adds this unnecessary flexibility.
- easy to modify
- easy to debug
- easy to read (although that is subjective)
Endless methods/functions only make code harder to change and debug & for me they are harder to read