- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: July 5th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
vext01@feddit.ukto
Programming@programming.dev•What do you want out of a coding monospace font?
3·1 month agoI love iosevka because it’s so condensed. You can fit so much on the screen.
vext01@feddit.ukto
Programming@programming.dev•Is it a bad practice to replace compiler warnings with a bunch of TODO notes?
19·3 months agoIt’s not ideal.
Depending on the kind of warning, you may be able to re-write the code in question including a ‘todo!()’ to capture the “i need to think about this” case.
This way you get a crash at runtime. This is preferable to continuing execution with incorrect computation.
It’s best just to fix the warnings ASAP. They are usually trivial anyway.
Man, Dune 2 is/was great.
Used to play in on DOS back in the day. Even had the megadrive version too.