Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in range-checking
Why no runtime error when clearly writing over array bounds?
Nov 09, 2022
fortran
runtime-error
range-checking
Is it OK to use exceptions to check for array boundaries?
May 12, 2017
java
exception
indexoutofboundsexception
range-checking
Why doesn't "i := i + 1" give a range-check error for Integers and larger types?
Apr 02, 2022
delphi
range-checking
Switch off Delphi range checking for a small portion of code only
Sep 07, 2022
delphi
project-settings
range-checking
Why does Python allow out-of-range slice indexes for sequences?
Aug 25, 2022
python
python-3.x
sequence
slice
range-checking
Is it more efficient to perform a range check by casting to uint instead of checking for negative values?
Aug 18, 2022
c#
performance
micro-optimization
numeric-conversion
range-checking