You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Before anyone writes any code for this, write an OpMode with Kotlin and identify any pain points here, such as needing to use ? excessively. Also test things like Vuforia. If you have any ideas for how to improve things, submit them here.
The text was updated successfully, but these errors were encountered:
I've started integrating Kotlin into Pattonville Robotics's workflow and I haven't run into any problems so far. I've found that the lateinit keyword for fields is useful to convey to the compiler that those fields are non-null, but shouldn't be accessed before being initialized.
Before anyone writes any code for this, write an OpMode with Kotlin and identify any pain points here, such as needing to use
?
excessively. Also test things like Vuforia. If you have any ideas for how to improve things, submit them here.The text was updated successfully, but these errors were encountered: