RahulRj09 / Snake-And-Ladder-Game

0 stars 0 forks source link

Is hardcoding allowed? #1

Open samyakbhuta opened 5 years ago

samyakbhuta commented 5 years ago

https://github.com/RahulRj09/Snake-And-Ladder-Game/blob/96b1d83d66f53386208b85adffd17e812902e95c/src/main/java/snakeandladder/Server.java#L38

RahulRj09 commented 5 years ago

Hardcoding is not allowed but I didn't get any other way to set the path. So can you suggest to me?

samyakbhuta commented 5 years ago

You should try to have your application configurations in '.properties' file.

See - https://docs.oracle.com/javase/tutorial/essential/environment/properties.html