13 Matching Annotations
- Nov 2022
-
stackoverflow.com stackoverflow.com
-
it does not have a fixed glyph, though fonts that contain it tend to use very similar glyphs
-
- Aug 2022
-
docs.gitlab.com docs.gitlab.com
-
Epics, issues, requirements, and others all have similar but just subtle enough differences in common interactions that the user needs to hold a complicated mental model of how they each behave.
-
- Feb 2022
-
github.com github.com
-
include Effective::CrudController
-
# All queries and objects will be built with this scope resource_scope -> { current_user.posts } # Similar to above, with block syntax resource_scope do Post.active.where(user: current_user) end
-
- Jan 2021
- Oct 2020
-
www.postgresql.org www.postgresql.org
-
SQL regular expressions are a curious cross between LIKE notation and common (POSIX) regular expression notation.
-
-
www.npmjs.com www.npmjs.comhyperx1
-
This module is similar to JSX, but provided as a standards-compliant ES6 tagged template string function.
-
-
-
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
- software development: code organization: where does this code belong?
- uniformity
- strong conventions resulting in code from different code bases/developers looking very similar
- consistency
- idiomatic code style (programming languages)
- programming: multiple ways to do the same thing
- convention
- idiomatic pattern (in library/framework)
Annotators
URL
-
-
github.com github.com
-
So while Solid's JSX and might resemble React it by no means works like React and there should be no illusions that a JSX library will just work with Solid. Afterall, there are no JSX libraries, as they all work without JSX, only HyperScript or React ones.
-
- Aug 2020
-
en.wikipedia.org en.wikipedia.org
-
It reused many ideas and classes from Doug Lea's Collections package, which was deprecated as a result.
-
- Feb 2020
-
github.com github.com
-
Similar projects Here is a list of other projects found in the same design space.
-
-
-
each package has its own unique subdirectory such as /nix/store/b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z-firefox-33.1/ where b6gvzjyb2pg0… is a unique identifier for the package that captures all its dependencies (it’s a cryptographic hash of the package’s build dependency graph). This enables many powerful features.
Similar to: "Russian doll caching" that was added to Rails template caching
-
- Nov 2019
-
github.com github.com
-
Revery is like flutter in that it does not use native widgets.
-