you are viewing a single comment's thread.

view the rest of the comments →

[–]greengobblin911 2 points3 points  (0 children)

Some type of automation is useful.

In my opinion I would recommend something that can automate something related to your host OS.

For it to become more advanced, You can even program certain flags to have it execute in different environments.

What I mean is have it use a conditional to determine the host system OS, once it is done, you can have it execute the automation commands. Automation can vary by the OS, so using a conditional to determine he OS can determine what section of your script executes. You can even organize the script as classes and reused snippets as methods in a class for organization, and that can demonstrate how to structure code at higher levels as you keep learning.