Update README.md

This commit is contained in:
Getindor 2020-09-19 22:30:08 -04:00 committed by GitHub
parent 0559277d03
commit b036f88558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,23 +4,17 @@ GetgleBBS Sucessor with a cleaner codebase and MySQL instead of flatfiles.
The code is self documenting :^) i dont have to write any documentation. The code is self documenting :^) i dont have to write any documentation.
Pros: Pros:
Runs much better than the original GetgleBBS,
Cleaner codebase than GetgleBBS, 1. Runs much better than the original GetgleBBS,
Very modular and easy to work with object-oriented code. 2. Cleaner codebase than GetgleBBS,
It's objected oriented 3. Very modular and easy to work with object-oriented code.
Cons: Cons:
It's object oriented. 1. Bumping is not implmented yet
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
2. The SQL table is pretty weirdly structured because I had to make this compatable with the original getglebbs's data structures.
--- ---
TRY IT ON http://getgle.org TRY IT ON http://getgle.org