S Gregory Brown [MOVED, SEE BIO] @skillstopractice.com · Feb 4

A small exercise in bug hunting for a relatively common problem that can come up when reorganizing code in your projects. (Intro image is shown below, followed by the full problem across the four images that follow in the second post in this thread)

1 likes 3 replies

?

Replies

Лінія Маннергейма · Feb 6

the path to json was not updated in cave.rb

Mads Ohm · Feb 6

The filepath for the JSON file wasn't updated when reorganizing the code. We would have to update that e.g. using relative paths or an absolute path from the root folder.