szabgab / 6blog

14 stars 2 forks source link

coding style suggestion #3

Open tbrowder opened 7 years ago

tbrowder commented 7 years ago

Just a couple of suggestions since it's early in the game:

  1. How about using Perl 6 file names as ".p6" and ".pm6" as the trend seems to be?

  2. Also, use Perl 6ish kebab-case for names where possible, e.g., 'content-type' instead of 'content_type'?

Same for Bailador...

I love both projects, Gabor, thanks!

szabgab commented 7 years ago

Thanks for your suggestions. I'll have to look into what is the recommended way by the core Perl 6 team.