From 47c6eaac35eec5f7b55d121f723fdbea243d3cf6 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 23 Jul 2022 00:49:56 -0400 Subject: [PATCH] Indent doesn't actually work all that great. At least not on OpenBSD. Humans can manage source code a lot better than indent currently does. --- Telodendria.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Telodendria.html b/Telodendria.html index 069182c..51ff907 100644 --- a/Telodendria.html +++ b/Telodendria.html @@ -282,7 +282,6 @@ can get involved.
  • Implement configuration file parsing using the hash map
  • Base64 encoding/decoding with padded/unpadded support
  • Write a release script
  • -
  • Force code formatting with indent
  • Implement a JSON library using the hash map and array
  • Figure out how to write unit tests for array/hashmap/etc
  • Implement a simple HTTP server