Programming Best Practices
Despite being an Electrical Engineering club, most of our projects involve programming of some sort. As such it is valuable to learn how to write high-quality, readable code.
General Advice
- CodeAesthetic - Youtube channel with great videos on writing clean, readable code.
C/C++
- learncpp - Text-based introduction to C++
- The Cherno C++ Playlist - Video-based introduction to C++
- Low Level NASA Coding Video - Video on best practices for embedded systems programming in C