Values Glossary

Browse 3 values terms defined in plain English, from the cultural dictionary of computing.

3 Values Terms

Code Philosophy
A person's or team's underlying beliefs about what good code is, what tradeoffs matter, and how software ought to be built. Code philosophy shapes naming,...
Culture Code
A documented set of values, principles, or behavior expectations that a company uses to describe its desired culture. In practice, a culture code is only...
Nil
A value representing the absence of data — called nil in Ruby, Lua, and Go, null in Java/JS/C#, and None in Python. Often a source of runtime errors when not...

Related Topics