From fd34e51ea0c674be0ff9056cb61ba5ccf2faf35e Mon Sep 17 00:00:00 2001 From: Bren Briggs Date: Thu, 25 Jan 2024 21:15:34 +0000 Subject: [PATCH] Update dev guidelines --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 1caab0f..4ee260f 100644 --- a/main.go +++ b/main.go @@ -17,6 +17,8 @@ Notes about development: - All functions that use an topic and message should have the topic passed as immediately before the message. This makes it easier to reason about not having to remember which is which. +- Try to use handleError() as much as possible to reduce the amount of + boilerplate code. */