Without Directions
by in Representative Line on 2020-02-10Adam S sends us a representative line which represents a mystery. It's a simple enough Java statement:
private static final Integer[] DIRECTIONS = { 0, 1, 2, 3, 5, 6, 7, 8 };
A single line of code from a large application that somehow manages to provide an almost endless insight into the pain that its maintainers face each day.