1
0
Fork 0

doc/design.texi (Client): Add maintenance concerns

master
Mike Gerwitz 2017-03-21 17:00:31 -04:00
parent 041cde783a
commit 87fb6277f7
1 changed files with 7 additions and 0 deletions

View File

@ -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