alexdantas / yetris

Customizable Tetris(tm) for the terminal.
http://yetris.alexdantas.net
GNU General Public License v3.0
169 stars 48 forks source link

reserved identifier violation #4

Closed elfring closed 10 years ago

elfring commented 10 years ago

I would like to point out that identifiers like "_PIECE_S" and "_BLOCK_S" do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?

alexdantas commented 10 years ago

Great you've pointed that out! I'm totally up for coding conventions and that site you linked to is awesome. Will benefit more from all the info there.

Fixed on last commit, thanks!

elfring commented 10 years ago

Thanks for your source code improvement.