7 Matching Annotations
- Jul 2021
-
hachettebugs.koszko.org hachettebugs.koszko.org
-
I only allowed smaller closures in the code and refactored the rest into separate top-level functions. This is a deliberate move against the common practice of js programmers. Why? Because I noticed closures make code harder to read.
-
- 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.”
-
- Jun 2020
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
we have RuboCop rules defined to codify some of our coding conventions
-
Rails follows a simple set of coding style conventions:
-
- Apr 2020
-
github.com github.com
- Aug 2019
-
github.com github.com
-
Code style changes not allowed
-
-
github.com github.com
-
[![lessondesk-code-style](https://img.shields.io/badge/code%20style-lessondesk-ffa400.svg?style=flat-square)](https://github.com/lessondesk/eslint-config)
Tags
Annotators
URL
-