Sublime
An inspiration engine for ideas
About – Variant
variant.fund
Short property names are faster to type, e.g. start instead of startdate.
Variability, on the other hand, describes those aspects that you can easily handle in your code using conditional logic.
Löwy Juval • Righting Software
A variant is a modified version of the same pattern.
Alla Kholmatova • Design Systems (Smashing eBooks)
Tailwind Variants – Tailwind Variants
tailwind-variants.org
Yup
Yup is a schema builder for runtime value parsing and validation. Define a schema, transform a value to match, assert the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformation.
Yup is a schema builder for runtime value parsing and validation. Define a schema, transform a value to match, assert the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformation.
You are viewing docs for the v1.0.0 of yup, pre-v1 docs are available:... See more
jquense • GitHub - jquense/yup: Dead simple Object schema validation
https://www.youtube.com/watch?v=haaZGtoA1iw
showing example collections - collections are not tags! that’s robot stuff
Go also has another shorthand when you need to define multiple variables: var ( a = 5 b = 10 c = 15 )
Caleb Doxsey • Introducing Go: Build Reliable, Scalable Programs
not everything that could change should be encapsulated. Put differently, things that could change are not necessarily volatile.