All content currently linked by this topic.
Tag
Computer Science
This page is generated from source metadata, which keeps the indexing logic separate from the page layout.
It is one of the clearest examples of the rebuild rule: content metadata stays in Markdown frontmatter, while the browsing experience stays in reusable site components.
The split between polished writing and rougher study material.
Posts
2 related post entries
Clean Code
1. Name 1.1. meaningful 1.2. avoid disinformation 1.3. pronouncable and searchable use the character like "e" only in local variable. e is also the most common char in English word...
Functional programming in JS
"https://www.youtube.com/watch?v=e 5obm1G FY" sparks Pure functions better in avoiding side effects input output data in data out return a function to use multilevel functions use...