Skip to content

fgarberson/ML_engineer_homework_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

YOUR TASK:
----------

Take a look at the code in this codebase. In what ways can it be improved? 
Consider the following aspects specifically:
  - Readability
  - Reusability
  - Modularity
  - Scalability
  - Runtime performance 
  - Conformance to standards and best practices
  
You task is to edit this code to enforce as much of the previous improvement as possible. Don't worry if you don't understand enough about the code to suggest specific improvements. Do you best and make reasonable assumptions and educated guesses. 

When not sure, you can still suggest non-specific edits. For example, if you don't know what a function is doing but still think it needs a descriptive comment, insert one that says: "descriptive comment here to explain x,y,z"


INSTRUCTIONS:
-------------

Go ahead and create a branch off master, naming it yourfirstname_yourlastname
You may do multiple commits to your branch, incrementally refactoring the code as needed
When finished, push your commits to github, following best practicies as you would in a production setting
Please do not merge your edits back to master




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages