From 0559277d03e9d151e41bd7e7f584bde5d2672d0b Mon Sep 17 00:00:00 2001 From: Getindor Date: Fri, 18 Sep 2020 17:31:28 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c0a0999..f2ee5f3 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,21 @@ The code is self documenting :^) i dont have to write any documentation. Pros: Runs much better than the original GetgleBBS, + Cleaner codebase than GetgleBBS, + Very modular and easy to work with object-oriented code. + It's objected oriented Cons: + It's object oriented. + + I didn't implement bumping yet, GetgleBBS has it but not GetgleBBS2 + + It's a clusterfuck in some places because I had to port the flatfile database to mysql sloppily and include some legacy cruft from the old codebase in the new codebase ---