diff --git a/content/fmt.dj b/content/fmt.dj index 76cc6ae..4f640c2 100644 --- a/content/fmt.dj +++ b/content/fmt.dj @@ -736,3 +736,5 @@ if (ImGui::TreeNode( --- Thank you to my friend Tori for giving a whole bunch of solid feedback on a draft of this post. + +If you enjoyed this post, you may also enjoy [the sequel][page:fmt2.dj]. diff --git a/content/fmt2.dj b/content/fmt2.dj index 8fe4649..27596e1 100644 --- a/content/fmt2.dj +++ b/content/fmt2.dj @@ -1,12 +1,10 @@ title = "A simple string formatting library, round two" +id = "doc?20250917-fmt2" +updated = "2025-09-17T20:56:00+02:00" +tags = ["all", "programming", "cxx"] +++ -_This is a draft post. -Please don't share it around just yet!_ - ---- - After implementing [a simple string formatting library in 65 lines of code][page:fmt.dj], I thought I was done. The API was nice, it did what I needed it to do, so: _project complete_. @@ -577,4 +575,4 @@ Maybe in another post. --- -Thank you once again to my friend Tori for reviewing a draft of this post! +Thank you once again to my friend Tori for giving feedback on a draft of this post!