Learning Rust – Part 2: Refactoring Into a Struct
In Part 1 of this Learning Rust series, I wrote code to create a rainbow square. Now it’s time to refactor and hope the rainbow square is still there. What and Why Refactoring is a sort of reorganizing we coders do periodically to make our work easier to read and use. It’s like keeping your […]