Skip to content

Implemented new Story methods, and better fileHandling methods for Story objects.

Andreas Kluge Svendsrud requested to merge fileHandlingAndreas into main

Implemented new Story methods, and better fileHandling methods for Story objects. The new Story methods is getLinks, which returns a list of every Link in passages. A method that gets a list of deadLinks. A method that gets a list of dead Passages, and a method for removing a passage from passages. FileHandling now uses higher cohesion (split up the main method into smaller methods)

Merge request reports