
Video Game Blog
August 01, 2019
The first step in setting up the new Path-Assignment system, I had to figure out a logical place to put the button that activates the mode of operation. Since Paths are closely related to Map-Links and Starting Points, I decided to put it in with this area.
The screen shot shows the new button.

A momentary pause to revisit the Policy I invoked taking up Policies when they are a good idea. New Policy: Through out the areas of code that the current work is being done, the phrase "TODO:" will be commented in the area so that a search will easily find these locations. This is to keep down the amount of scrolling time necessary to find the relevant areas associated with the current task.
Books that I have studied from hinted at this policy, but rarely implemented it in the example code. They did mention having the phrase in place so other programmers could find the areas that needed to be worked on.
And here is a screen shot of the User Interface after the Use clicks the new button.

