Hi,
Just getting started with my first challenge. As I start, I’d like to structure my code to be a bit cleaner and more in C++ style. For example, for the “Build your own Redis” project, if I restructure the Server.cpp file, does it have to be a single file with the same name? Appreciate some guidance please!
@tskrishk You’re free to restructure your code as you see fit, including splitting up Server.cpp into multiple files to make it cleaner and more modular.
Here’s our doc on how to add more files.