VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Some comments are not helpful #110

Open VedVid opened 2 years ago

VedVid commented 2 years ago

E.g. almost all commets in err.go file.

/* Function CharsColorsLengthError is helper function that return string
   to error; it takes string slices as arguments and return string. */

But why? What's purpose of this function? Why is it required?