n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 14327ac4e083f278ba11b7eed5f79a0f6fd2f6ab
parent 3ee1cca27858a1a6267b06643bef26b5b567ae86
Author: Samdal <samdal@protonmail.com>
Date:   Sat, 22 Feb 2025 15:22:56 +0100

synonym

Diffstat:
M_posts/2025-02-22-implications-of-OOP.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2025-02-22-implications-of-OOP.md b/_posts/2025-02-22-implications-of-OOP.md @@ -171,7 +171,7 @@ my_struct object = make_my_struct(); print_string(object.base); // prints "my_class" ``` So this goes to show how much work the OOP language is doing for us. -C shows us how complicated of a solution this is. +C makes it clear how complicated of a solution this is. ### 2. Enums ``` enum struct_type {