D
ictionaryof
Vibes
.com
Full Index
Categories
Tip Jar
T
he bits that bite you
8 terms in this category.
4
04
also: 404 error, 404-ing
The error you get when a web page or API can't be found.
b
reaking change
An update to a tool or library that forces everyone using it to change their code.
b
ug
A mistake in the code that makes it misbehave.
d
ebug
Figuring out why code isn't working and fixing it.
d
eprecation
When a feature is marked as old and scheduled for removal, so you should stop using it.
e
rror
A message from the computer saying something went wrong.
l
og
A running record of what a program did, so you can look back and see what happened.
s
tack trace
A long error message that shows the chain of steps the program took before it broke.