lizzie992 / Quiz-maker

0 stars 0 forks source link

You can have a constant for that path #3

Closed AlexKap23 closed 2 months ago

AlexKap23 commented 2 months ago

https://github.com/lizzie992/Quiz-maker/blob/bc16fb8250a203d090a1f09fcb5ee8e53449eb3d/Quiz%20maker/LogicalCode.cs#L19

Except the fact that it is hardcoded into your code, you are going to use the same one on the load option. So it would be much better if you could save it into a constant and use that constant instead.

lizzie992 commented 2 months ago

I moved it into the constants but I get this error message which I cannot understand :( image