brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Should Types, Enums, Traits and the like be Camel Cased? #10

Closed AngryLawyer closed 12 years ago

AngryLawyer commented 12 years ago

In Rust's core and std libraries, recently, Types, Enums and Traits have all taken on a CamelCase format. Should rust-sdl be doing the same? I'm happy to tackle this if so.

pcwalton commented 12 years ago

Yes.

AngryLawyer commented 12 years ago

Cool, I'll deal with this over the next couple of days then.

AngryLawyer commented 12 years ago

This is now done.