Opened 10 years ago
Closed 8 years ago
#192 closed task (fixed)
Improve "clean coding" practice
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | WarFoundry-API | Version: | Unknown or N/A |
Keywords: | cleanercode cleanup | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Some of the code can be a bit ugly and break some good coding practices (like trying to do more than one thing in a class, or chaining methods). This ticket should capture all clean-up for more readable and usable code.
Examples of what we could do but aren't are at Geeks With Blogs (pt2)
Change History (12)
comment:1 Changed 10 years ago by
Owner: | set to ibboard |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Priority: | major → minor |
---|
Reduce some tickets to "Minor" so that we've not just got lots all at "Major"
comment:6 Changed 10 years ago by
Milestone: | WarFoundry 0.1 → WarFoundry 1.0 |
---|---|
released: | → no |
Version: | → Unknown or N/A |
Long-term goal - we need to make sure that we're cleaner by v1.0, but not so important for v0.1.
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Resolving as fixed before re-opening to reset it for other people to work on.
comment:8 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:11 Changed 9 years ago by
Component: | General/Unknown → WarFoundry-API |
---|
Most important part for this ticket is the API.
comment:12 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
We seem to be doing enough for now. Other cleanup can be done as and when it is found.
(In r306) Re #192: Improve "clean coding" practice