3 Matching Annotations
- Oct 2020
-
-
it also allows for more divergence in how people write there code and where they put their logic, making different svelte codebases potentially even more different due to fewer constraints. This last point is actually something I really value, I read a lot of Svelte code by a lot of different people and broadly speaking things look the same and are in the same places.
Tags
- uniformity
- software development: code organization: where does this code belong?
- consistency
- idiomatic code style (programming languages)
- programming: multiple ways to do the same thing
- convention
- idiomatic pattern (in library/framework)
- strong conventions resulting in code from different code bases/developers looking very similar
Annotators
URL
-
- Aug 2020
-
stackoverflow.blog stackoverflow.blog
-
“I came to Rust from Haskell, and I feel that Haskell is a very elegant and safe language. The biggest differentiator for me is that there is a greater difference between high-performance code and idiomatic ‘clean’ code in Haskell than in Rust. Most Rust code looks like most other Rust code, even when it performs well. Haskell can become unfamiliar real quick if someone is operating under different libraries and goals from what you are typically doing. Small differences in syntax can result in huge differences in behavior, and Rust has more uniformity on that axis.”
-
- Nov 2016
-
stg-sm.us.truenth.org stg-sm.us.truenth.org
-
.
delete period
-