Amjad50 / plastic

NES emulator in rust with egui and TUI
MIT License
299 stars 12 forks source link

Add docs to main.rs for plastic tui. #24

Closed silverhadch closed 16 hours ago

Amjad50 commented 16 hours ago

I really don't see a point of the comments here, they just explain the code and its clear enough when reading the code

silverhadch commented 16 hours ago

Well yeah, I think ui.rs needs them instead of main.rs. But congrats, you wrote self-explanatory code (in contrast to me when I wrote school software for 2 years and small commits changed 30 files, where I had to drop comments everywhere so my future self knew what the hell past me was doing, lol).