General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
No Boilerplate
comments
Comments by "p11" (@porky1118) on "Build your Rust lightsaber" video.
Do you really think, I should use a professional IDE with LSP support? I'm happily using Rust with Gedit for years. I tried Atom once maybe two years ago, but when saving on some bad PC, it did something for half a second and so slowed me down.
2
egui looks interesting. I think about switching to egui instead of femtovg. epaint seems to be the femtovg alternative compatible with egui.
2
@KohuGaly Yeah, that's an option. Is this really more elegant, if I know, I want to panic?
2
@NoBoilerplate That's boilerplate. But you might be right because the error messages of expect are not what I'd expect.
2
What's the alternative to unwrap or except? I was thinking except is already the alternative to unwrap. There are cases, where I want the program to fail on error.
1