Skip to content

Fixing some syntax/stylistic errors #16

Description

@ConnieJChi

There are some unused variables all across the codebase. You can see these via VSCode typically under a yellow squiggle.

image

We should also be careful about what is commented in, we should not comment out unused variables and also have commented out print lines

If we want to write documentation for a method, we should use the Java doc format. For example, for a function called create_instance:

/**
 * create_instance
 * @param array of attributes for instance containing web, db, arrival_rate, response_time for instance 
 * respectively.
 * @return Instance object
 */

Of course, there's a lot of code in here and I don't expect this to be fixed in a day, but it's good to keep in mind best practice for coding as we iterate so things don't get difficult to read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions