Skip to content

variable naming #28

@m4v15

Description

@m4v15

In your back end the variable names are good and quite explicit about what the code does.

But in front end, less so:

const arrayres = (value) => {

what does arrayres mean? when I see this in dom.js I have to come and look at this file to know what it means. if it was named something like makeSuggestionsRequest then this would be much more clear.

Secondly

var carinput=document.getElementById('car');

Try to make sure you are using camelCase consistently in your code for variables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions