[Jason] Duke Increments#368
[Jason] Duke Increments#368ReignOfComputer wants to merge 66 commits intonus-cs2103-AY1920S1:masterfrom ReignOfComputer:master
Conversation
Add toolVersion block in to Gradle code sample to prevent errors.
Change file mode on `gradle` to be executable (#9)
Greet, Echo, Exit
Add, List
Mark as Done Use a class to represent tasks
ToDos, Events, Deadlines Use Inheritance to support multiple task types
Test using the I/O redirection technique
Handle Errors Use Exceptions to handle errors
Delete Use Java Collections classes
Save
Dates and Times
ShirleyWangxt
left a comment
There was a problem hiding this comment.
Good job on implementing the features. But I think it would be better if the project can be more OOP. I am not really sure about certain classes implemented as some do not have a lot of content inside. Maybe there can be more classes to represent different commands for example.
| public static void main(String[] args) throws DukeException, IOException { | ||
| new Duke("list.txt").run(); | ||
| } | ||
|
|
There was a problem hiding this comment.
Maybe it is advisable to remove the commented code if it is not used to avoid confusion.
There was a problem hiding this comment.
You caught me mid-refactor, laptop ran out of battery so I had to make a Checkpoint commit.
| @@ -0,0 +1,9 @@ | |||
| public class Ui { | |||
There was a problem hiding this comment.
It would be better if there can be more functionality to represent interaction with users, including the different response messages.
Make the code more OOP
Divide classes into packages
Add JUnit tests
Package the App as a JAR file
Automate project builds using Gradle
Add JavaDoc comments
Tweak the code to comply with a coding standard
Improve code quality
W5 - A-CodeQuality
Use Lambdas
W5 - A-Lambdas
Use Assertions
Use Travis for CI
W5 - A-Assertations
Use Streams
W5 - A-Streams
Give help to users
More flexibility in searching for items
Statistics and insights
No description provided.