clean-code-ml icon indicating copy to clipboard operation
clean-code-ml copied to clipboard

:bathtub: Clean Code concepts adapted for machine learning and data science. Now a free video series 😎 https://bit.ly/2yGDyqT

Results 5 clean-code-ml issues
Sort by recently updated
recently updated
newest added

The instance of the class MenuConfig is not initialized properly; the parentheses are missed.

The verb "has" in a comment did not have an object.

The return type hint for the refactored function split_into_first_and_last_name mistakenly is set to None, which instead should be either "list" or "List[str]."

It seems mistakenly camelCase is used for a function. Let's change it to snake_case.