Categories
Computer Science

Clean Code

As developers, we should all strive to write code that’s clean and maintainable. Here are a couple of tips that have helped me progress as a developer. Descriptive Names It’s all fun and games to have your variable name be x, but come back to your same code 2 months later, and you’ll spend an […]