pinosante / VAM-Evolutionary-Character-Creation

Create beatiful girls, guys and futas using a sophisticated genetic algorithm.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Remove repeatedly used literal strings from code and change them into "constants" #39

Open chris-b-pacon opened 1 year ago

chris-b-pacon commented 1 year ago

Unfortunately Python does not provide constants, but we can use A_CONSTANT_STRING = 'like this!'

This will help if strings have to be changed, especially button texts and so on.