General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Low Level
comments
Comments by "" (@diadetediotedio6918) on "how can HACKERS use Rust for EVIL?? (the future of malware)" video.
@SIMULATAN Unwrap is for fast prototyping, and we have better ways to handle errors like '?' and let-else statements, they make the code flat and at the same time safe.
4
@LowestofheDead It has, it panicks because of the out-of-bounds accessment. You can use the array.get version of it to prevent panicking because it will return None when you are out of bounds.
2
Basically, every single programming language on earth was already used for evil, I'm talking about literally all of them, even the fricking JavaScript, because tools that can be used for good things can also be used for bad things, this is a sad truth about our world.
1