Skip to content

Commit

Permalink
Add article: CC golf
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeh committed Nov 14, 2023
1 parent 972ead8 commit e718169
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h3 id="6d8d7717cfef428e91418b319c4fe971">
<pre><span style="color:blue;">let</span>&nbsp;getView&nbsp;(date&nbsp;:&nbsp;DateOnly)&nbsp;=&nbsp;views&nbsp;|&gt;&nbsp;Map.tryFind&nbsp;date&nbsp;|&gt;&nbsp;Option.defaultValue&nbsp;rooms&nbsp;|&gt;&nbsp;Set.ofSeq</pre>
</p>
<p>
I'll show the entire F# Fake later, but you could also play some CC golf with the C# code. That's a bit besides the point, though.
I'll show the entire F# Fake later, but you could also play some <a href="/2023/11/14/cc-golf">CC golf</a> with the C# code. That's a bit besides the point, though.
</p>
<h3 id="1f5b34534edd4b72947c8d6b4c8921bf">
Command service design <a href="#1f5b34534edd4b72947c8d6b4c8921bf">#</a>
Expand Down
Loading

0 comments on commit e718169

Please sign in to comment.