Skip to content

Instantly share code, notes, and snippets.

@JamesRexMiller4
Last active July 30, 2019 01:32
Show Gist options
  • Save JamesRexMiller4/fbc2d16c3385cc9508023cadf0bfe5c1 to your computer and use it in GitHub Desktop.
Save JamesRexMiller4/fbc2d16c3385cc9508023cadf0bfe5c1 to your computer and use it in GitHub Desktop.

Top Down Design - Building a Campfire

Location

  1. Decide if camping area is legal for building a campfire

    1.1 Review campground rules

    1.1.1 If no rules specifying that campsite is illegal for building a campfire continue to step 2

    1.1.1.1 Else relocate to area that is legal for building a campbuild


  1. Decide if campfire location is safe

    2.1 Check for, and avoid areas with dried leaves and grass that may catch fire

    2.2 Identify a flat area comprised mostly of dirt

    2.3 Clear area of debris and encircle campfire area with rocks

    2.3.1 Gather rocks from surrounding area

    2.3.1.1 Rocks should be of size of human fist

    2.3.1.1 Size of human fist is (length x width) = 20 square inches

    2.3.2 numberOfRocks > 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment