From the course: Software Engineering Principles by Pearson
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Write readable, maintainable code
From the course: Software Engineering Principles by Pearson
Write readable, maintainable code
All right, so the first thing that we're going to talk about here is how to write readable and maintainable code and why it's so important. So one of the most important and honestly most underrated skills in software engineering isn't knowing how to use the latest framework or implement an advanced algorithm. It's the ability to write code that other human beings can actually read. Because at the end of the day, code isn't just written for computers, it's also written for people, right? Your teammates, your future self, and anyone who has to maintain it six months or six years or possibly longer from now. Alright, so what we're going to take a look at in this video is just some high-level concepts that you can use in your own career to make sure that you're doing this as much as possible. So let's start with something simple here, naming and formatting your code. The fact is that no matter how good you are as a software engineer, if you open a file and see variables like X or temp two…