Closed z-huu closed 1 year ago
when creating a shape, we should check that the name is not one of the following reserved keywords OR an allowed shape type
if a user tries to create a shape named one of these reserved keywords, the following err msg should be output
implemented additional error checking to reject invalid names
the helper function implementation is shown here
when creating a shape, we should check that the name is not one of the following reserved keywords OR an allowed shape type
if a user tries to create a shape named one of these reserved keywords, the following err msg should be output