From 87fb6277f7c40f2f24df9ce56fdbef9fce545330 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 21 Mar 2017 17:00:31 -0400 Subject: [PATCH] doc/design.texi (Client): Add maintenance concerns --- doc/design.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/design.texi b/doc/design.texi index 7d234e6..5839d26 100644 --- a/doc/design.texi +++ b/doc/design.texi @@ -158,6 +158,13 @@ More information about each can be found in their respective section. @node Client @section Client +@maintenance{ + The client is largely managed by a single class, + @srcref{src/client/Client.js, Client}, + which has grown out of control. + @code{Client} mediates essentially the entire system. + Code is to be extracted out of this class as it is touched.} + @helpwanted @menu