From e8d2e015b3f8ed1282586d825967bd7cd1068273 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Mon, 9 Mar 2026 12:54:07 -0500 Subject: [PATCH] update README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd7c854..51f5ae4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,23 @@ # threaded network chat refactor +The code has been refactored and it compiles. Hopefully it won't explode, but that if it does, that just means we have +actual meaningful work to do. + ## TODO -- TBA +- Finalize coding style, + - **see [STYLE.md](STYLE.md)** +- Get everyone's editors set up for clangd/clang-format and git +- Make sure everyone's compiler toolchains work +- Decide who gets what responsibilities +- Distribute appropriate code to people with those responsibilities +- Have everyone upload their respective code to their sections of the gitlab + +## Code + +Everything is in [src/](src). +A mostly untouched copy of [scott's original code](https://git.therats.win/scott/threaded_network_chat) is also in [old/](old). +A reformatted version of that code is also in [modified-example.cc](modified-example.cc) but it can be ignored. ## Build @@ -10,7 +25,3 @@ cd src/ make ``` - -## Required Reading - -Please read [STYLE.md](STYLE.md)