Closed sharon-ho closed 4 years ago
@gdzooks I decided to have AZURE_COLOR
as a constant rather than have a variable called PATH_COLOR
storing the hex code for azure since I think it makes more sense to have a reference list of all colors used in the project in one place. Also, if the color is re-used elsewhere in the future, there wouldn't be a need to duplicate the hex code in another constant. Even if we don't make another constant with the same hex code, it wouldn't make sense to use PATH_COLOR
for something that isn't a path despite it having the color azure.
What has been changed: