pd-rs / crankstart

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write Games for the Playdate handheld gaming system in Rust.
MIT License
235 stars 24 forks source link

Canonical naming: remove `get_` prefix #78

Open virtualritz opened 1 year ago

virtualritz commented 1 year ago

At least on methods taking self.

See Getter names follow Rust convention (C-GETTER).

boozook commented 1 year ago

Good point. Your PR would be very helpful here.

Also it's already done in other project.

virtualritz commented 1 year ago

What is the difference between crankstart and playdate? Why would I choose one over the other? Sorry if this is a stupid question, I just came across this via the HN post on YOYOZO and decided to put a play.date on my x-mas wishlist. But obviously I want to start hacking right now. Maybe some comparison could be added to the README of both crates?