From 6ef46a34644f9ab8a2b278a0deb4f1ed8292fb4a Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Mon, 3 Nov 2014 14:38:37 +0900 Subject: [PATCH] Temp WIP: I am going to sever the connection between the flowchart and the code. TODO That diagram is really valuable, but it also takes a long time to make any kind of edit; the process is too slow. This is a todo item a reminder that the flowchart is important documentation and must be brought back into sync with the code soon. --- prototype/poc-machi/src/machi_chain_manager1.erl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prototype/poc-machi/src/machi_chain_manager1.erl b/prototype/poc-machi/src/machi_chain_manager1.erl index bac8c29..bb0497b 100644 --- a/prototype/poc-machi/src/machi_chain_manager1.erl +++ b/prototype/poc-machi/src/machi_chain_manager1.erl @@ -21,6 +21,12 @@ %% ------------------------------------------------------------------- -module(machi_chain_manager1). +%% TODO: I am going to sever the connection between the flowchart and the +%% code. That diagram is really valuable, but it also takes a long time +%% to make any kind of edit; the process is too slow. This is a todo +%% item a reminder that the flowchart is important documentation and +%% must be brought back into sync with the code soon. + -behaviour(gen_server). -include("machi.hrl").