Skip to content

Sharing iP code quality feedback [for @lyhthaddeus]Β #1

@soc-se-script

Description

@soc-se-script

@lyhthaddeus We did an automated analysis of your code to detect potential areas to improve the code quality. We are sharing the results below, to help you improve the iP code further.

IMPORTANT: Note that the script looked for just a few easy-to-detect problems only, and at-most three example are given i.e., there can be other areas/places to improve.

Aspect: Tab Usage

No easy-to-detect issues πŸ‘

Aspect: Naming boolean variables/methods

No easy-to-detect issues πŸ‘

Aspect: Brace Style

No easy-to-detect issues πŸ‘

Aspect: Package Name Style

Example from src/main/java/taskObjects/Event.java lines 1-1:

package taskObjects;

Example from src/main/java/taskObjects/AbstractTask.java lines 1-1:

package taskObjects;

Example from src/main/java/taskObjects/Deadline.java lines 1-1:

package taskObjects;

Suggestion: Follow the package naming convention specified by the coding standard.

Aspect: Class Name Style

No easy-to-detect issues πŸ‘

Aspect: Dead Code

Example from src/test/java/datastructure/TaskListTest.java lines 23-23:

//        AbstractTask task1 = new Todo("Test task1", false);

Example from src/test/java/datastructure/TaskListTest.java lines 24-24:

//        AbstractTask task2 = new Todo("Test task2", false);

Example from src/test/java/datastructure/TaskListTest.java lines 25-25:

//        taskList.add(task1);

Suggestion: Remove dead code from the codebase.

Aspect: Method Length

No easy-to-detect issues πŸ‘

Aspect: Class size

No easy-to-detect issues πŸ‘

Aspect: Header Comments

Example from src/main/java/app/Daiyan.java lines 81-86:

    /**
     * The main entry point of the Daiyan application.
     * It initializes and runs the application with the specified storage file path.
     *
     * @param args Command-line arguments (not used).
     */

Example from src/main/java/enums/CommandTypes.java lines 21-26:

    /**
     * Static method to parse command from String to the respective enum
     *
     * @param command raw String input of the command
     * @return String formatted to uppercase or Invalid if not found in enum
     */

Example from src/main/java/controller/Storage.java lines 84-90:

    /**
     * Util function to parse plain text data into {@code AbstractTask} class
     *
     * @param input raw String input from the data
     * @return {@code AbstractTask} class respective to the String input
     * @throws InvalidInputException if input is invalid or in wrong format
     */

Suggestion: Ensure method/class header comments follow the format specified in the coding standard, in particular, the phrasing of the overview statement.

Aspect: Recent Git Commit Messages

No easy-to-detect issues πŸ‘

Aspect: Binary files in repo

No easy-to-detect issues πŸ‘


ℹ️ The bot account used to post this issue is un-manned. Do not reply to this post (as those replies will not be read). Instead, contact cs2103@comp.nus.edu.sg if you want to follow up on this post.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions