diff options
| author | AlphaBeta0110 <[email protected]> | 2015-03-24 19:05:47 +0100 |
|---|---|---|
| committer | AlphaBeta0110 <[email protected]> | 2015-03-24 19:05:47 +0100 |
| commit | b0c0954dcacb61ff82373c5db31969eda196ce23 (patch) | |
| tree | 3c621184d022bbba5fdca8882fe86955470aead0 | |
| parent | ab5cb560b470b6513b0da913ec448c76027aa29f (diff) | |
| download | shiftos-cleanup.tar.gz shiftos-cleanup.tar.bz2 shiftos-cleanup.zip | |
Update cleanup.mdcleanup
| -rw-r--r-- | cleanup.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -9,8 +9,7 @@ Please don't double-push stuff both in master and this branch, I will take care Why? ---- The ShiftOS code is literally messed to the point it's hard to make a change in some of the more used code, like window code, as it's repeated and repeated in almost every file. -Refactoring and rewritting the code will result in a code that is better maintainable and where it isn't required one constant manually in all files to change something. - +Refactoring and rewritting the code will result in a code that is better maintainable and where it isn't required to change a single constant manually in all files to change something. Roadmap ------- @@ -21,9 +20,11 @@ Roadmap 4. Document the API 5. Make ShiftOS modular, which makes mods possible +The branch will sync with the latest code on the completion of each goal, as long as the changes don't conflict with the changes I've already done. + Current status -------------- -* ShiftOS.API.ShiftWindow - 40% done +* ShiftOS.API.ShiftWindow - 40% done // We need to talk about the organization of the classes inside the EXE * Modifying all windows to use the ShiftWindow API - 0% done * Making custom classes for buttons and other common controls - 0% done -* Did I mention documentation? Documentation - 0% done
\ No newline at end of file +* Did I mention documentation? Documentation - 0% done |
