Skip to content

[optimization] find out areas where you could reduce redundancy in your code #31

@eapostol

Description

@eapostol

It's a best practice to attempt to conform to the principles of DRY (Don't Repeat Yourself). This will simplify your code and improve the performance of your code. For example the following code in dateresults.js performs a similar task (creating a div with similar classes). How would your team address this issue?

Screen Shot 2021-02-16 at 11 00 28 PM

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