Skip to content

code review #2

@dmcg89

Description

@dmcg89

def is_word_guessed(secret_word, letters_guessed):

Although it is often standard practice to use i and j as counters, it is more clear to other people reading your code if you maybe use letters or num instead of i and j to give a clear idea of what your iterating through.

Also general spacing throughout the whole project would increase readability. Such as line breaks for new functions and spacing in all of your equations.

The general code modularity is good and the logic is good. Good job!

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