From 03bfae9eb4b6221e625d2c00d2434a75d9a8c649 Mon Sep 17 00:00:00 2001 From: Bobby Lucero Date: Tue, 30 May 2023 16:31:28 -0400 Subject: [PATCH] techdebt tracking for future me to handle --- tech_debt.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tech_debt.txt diff --git a/tech_debt.txt b/tech_debt.txt new file mode 100644 index 0000000..c3196bf --- /dev/null +++ b/tech_debt.txt @@ -0,0 +1 @@ +- binary number interpretation broken (0b will throw error, but 0ba will not)