Skip to main content

Definitions by optimusG

saferized 

To make something safer then it was before. It was first used to define making a line of code safer from erroring in a bad way. In this example in react.js we are adding some '?' in a variable lookup so if it doesn't exist it will gracefully return null, instead of breaking the Javascript.
It could be true, but the error still shouldn't happen and the code should be saferized.
saferized by optimusG June 10, 2021