Use std::optional<T*>
for resource lists
#14
Labels
💳 technical debt
Shortcuts taken before that must be fixed later
std::optional<T*>
for resource lists
#14
And also pass the resource list by reference to the
initialize_platform()
. This allows the members of the resource list to be set as they are made available. This is helpful as it allows for things like the steady clock, status led, and serial communication to be set before anything else allowing you resources that can help you debug like generating logs with useful information about what failed, etc.The text was updated successfully, but these errors were encountered: