Retaining or automatically dropping data Load rules Forever Load Rule Interval Load Rule Period Load Rule Drop Rules Forever Drop Rule Interval Drop Rule Period Drop Rule Pe...
State vs. Props State vs. Props A components state and props do share some common ground: Both are plain JS objects Both can have default values Both should be accessed/rea...
The Chart Best Practices Guide Table of Contents General Conventions Chart Names Version Numbers Formatting YAML Usage of the Words Helm, Tiller, and Chart Restricting Tiller...
Commenting File/class-level comments Function comments Block and inline comments Punctuation, spelling and grammar TODO comments Commented-out code Commenting Though a p...
Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
Deno Style Guide Copyright Headers Use underscores, not dashes in filenames. Add tests for new features. TODO Comments Meta-programming is discouraged. Including the use of Pro...
Inference Function Values Annotations Ascription Functions Arity-1 Structural Types Inference Use type inference where possible, but put clarity first, and favourexplicit...