GeistHaus
log in · sign up

Null pointer - Wikipedia

en.wikipedia.org
18 pages link to this URL
Rust Says No — Vivian Voss

No null. No exceptions. No garbage collector. No inheritance. Every feature a language grants is a failure mode it accepts. Rust's genius is the courage to refuse. The elevator stops crashing.

0 inbound links website en
A Software Developer’s Reading List

“An investment in knowledge always pays the best interest.” – Benjamin Franklin Many of the best software developers have T-Shaped Skills: Deep expertise in programming and software dev…

0 inbound links article en Uncategorized
Flix For Java Programmers

The Java Virtual Machine is not limited to running programs written in the Java programming language. There are many other compilers that output Java bytecode. Some of these languages have so far remained exotic. Others have found a large following, for example Groovy, Clojure, Scala and Kotlin. Now, with Flix, another language, that brings some fresh approaches to the JVM, has entered the scene.

1 inbound link en Java ProgrammingSoftware ArchitectureDomain-Driven DesignMicroservicesReactive SystemsReactiveHamburgGermany
Saying more than nothing

As I was reading around on StackOverflow, digging through other peoples source code, I spotted multiple methods returning null in a variety of circumstances. I also found rather imaginative ways to handle null-values. Although there is nothing wrong with null, the concept of null-pointers seems to be somewhat misunderstood. Let’s change that. What are null-pointers? Wikipedia has the following to say: A null pointer has a value reserved for indicating that the pointer does not refer to a valid object.

0 inbound links en CC BY-SA 4.0