Skip to content

Commit

Permalink
πŸͺ– readme: headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Nov 15, 2023
1 parent 42ee5ae commit 6938252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ after spending time building a piece of software in this style however, i grew t
far more than i expected i would. in no particular order, let's gloss through some thoughts about
this experience.

#### 🌐 brevity amplifies local reasoning
### 🌐 brevity amplifies local reasoning

codebases for real-world production software are often quite large. most include tens of thousands
lines of code, and it is not uncommon for this number to reach the hundreds of thousands, or even
Expand All @@ -473,7 +473,7 @@ further.
in contrast, concise code has the effect of maximizing the amount of code that may be included in
local reasoning.

#### 🐘 sufficient brevity implies a DSL
### 🐘 sufficient brevity implies a DSL

software written in this style includes a "_prelude_" of sorts, defining various shorthand forms.
these preludes go beyond just type aliases like `typedef char C` or `typedef long I`, however.
Expand Down Expand Up @@ -561,7 +561,7 @@ heavy emphasis on metaprogramming facilities. code is also syntax, and syntax is
can then be written.** this style of hyper-succint code is ultimately a dialect to be embedded
_within_ a "host" language.
#### πŸ¦€ brevity is not a mutually exclusive property
### πŸ¦€ brevity is not a mutually exclusive property
writing concise Rust code did not detract from the traditional benefits of the language.
Expand Down Expand Up @@ -687,7 +687,7 @@ impl Array<MemoryUninit>{
terse style did not prevent me from using familiar idioms. "_Whitney C_" may be a grand departure
from other variants of C, but it _is_ still ultimately a dialect of C.
#### 🏠 brevity is an architectural principal
### 🏠 brevity is an architectural principal
brevity is a property that applies beyond syntax.
Expand Down

0 comments on commit 6938252

Please sign in to comment.