Country Code

  1. n. Source code with lots of space. Typified by strictly one statement per line and an abundance of curly braces. for (x = xmin; x <= xmax; x++) { for (y = ymin; y <= ymax; y++) { if (InMandelbrotSet(x, y)) { SetPixel (x, y, BLACK); } } } cf. high-rise code