From 58321f66b8e74c40e81e275053ce0f02d91fce30 Mon Sep 17 00:00:00 2001 From: Alexander Bass Date: Wed, 5 Jun 2024 12:51:39 -0400 Subject: [PATCH] add note about structs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7518da..82590b3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ Naively renders colored points to the terminal and animates them. Currently configured to display a pointcloud of a 'donut'. -This project requires GCC (clang may work) to be built and is designed to be run on linux. There is a provided makefile. \ No newline at end of file +This project requires GCC (clang may work) to be built and is designed to be run on linux. There is a provided makefile. + +## Note + +In this project I used the convention of naming structs `struct_t` which I have learned is bad practice. Additionally, structs are typedef'd which is also bad practice. \ No newline at end of file