I may be dating myself but, yours truly is going back to school. I know there are some savvy frens on here, so I wanted to see if I could get any heads-up tips that would make this process go more smoothly! Anything small or large would be appreciated; I barely know the first things about coding. Thanks for any input!
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (42)
sorted by:
Not a programmer but in my IT sys admin course we learned bash scripting. The teacher had us write the script using logic steps rather than using the language, and then later converting to the language. E.g. 1. Display welcome message. 2. Wait 5 seconds. 3. Display disk space. ...... It helps you focus your mind and you are less likely to go back to edit the scripts to add things you forgot. You can use comments in the program to plan out whatever you want to do.