wpilib
Here are 136 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Java
See https://rust-lang.github.io/api-guidelines/ for details.
- Naming (crate aligns with Rust naming conventions)
- Casing conforms to RFC 430 ([C-CASE])
- Ad-hoc conversions follow
as_,to_,into_conventions ([C-CONV]) - Getter names follow Rust convention ([C-GETTER])
- ~~Methods on collections that produce iterators follow
iter,iter_mut, `
-
Updated
Sep 27, 2017 - PHP
Should use pkgutil instead.
This mainly manifests itself by the need to create an autonomous/__init__.py (i.e. currently an "implicit" package can't be used), although this can also cause problems if a user accidentally creates an autonomous.py (or maybe this is a feature?).
-
Updated
Feb 7, 2020 - Java
-
Updated
Dec 12, 2018 - Java
-
Updated
Feb 23, 2019 - Java
-
Updated
Mar 31, 2020 - C++
-
Updated
Sep 14, 2020 - Java
-
Updated
Oct 9, 2018 - Java
-
Updated
Dec 16, 2019 - C++
-
Updated
Dec 4, 2018 - Java
Improve this page
Add a description, image, and links to the wpilib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wpilib topic, visit your repo's landing page and select "manage topics."

The geometry classes have defaults in a bunch of places and are used as defaults in a bunch of other places, so it would be sensible to make the default readable. Color and Color8Bit are simple enough as well.
These should have a repr similar to dataclasses, IMO.