not to be confused with the Minecraft technical update I'm moving about the pages to be have a more flat, less nested structure. I feel like that'll improve URLs a lot, making them more readable than ever. over the years I've learned that flatter is better, and that tagging is generally a much more effective way of organising things. this doesn't get rid of categories entirely, as I think having the category makes the URL much a bit more readable in the end. my current vision does include a concept of "major categories" either way.
13 lines
587 B
Text
13 lines
587 B
Text
%% title = "C++"
|
|
|
|
% id = "01H9R1KJESR2F420HE67HW4AVR"
|
|
- notes and design lessons from the best programming language of all time that everyone loves (not really)
|
|
|
|
% content.link = "programming/cxx/access-modifiers-as-labels"
|
|
redirect_from = ["programming/cxx/access-modifiers-as-labels"]
|
|
id = "01H9R1KJESGGM35KT8ANEA2B9Q"
|
|
+ :page: access modifiers as labels (`private:`, `protected:`, and `public:`)
|
|
|
|
% content.link = "programming/cxx/shared-unique-ptr-deleter"
|
|
id = "01J0VN48AZYH6KJGK7PSKN0PCA"
|
|
+ :page: freeing C memory automatically using `std::unique_ptr` and `std::shared_ptr`
|