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
Right now we use lib linking into boilerplate or production projects.
This however is fragile and puts some distance between the code and example implementations.
Perhaps it would be a good idea to embed a copy of the boilerplate (or the sample project) as an example, which also runs part of the build as testing.
But perhaps it's instead more important we improve test coverage and have some smaller examples instead.
The text was updated successfully, but these errors were encountered:
patroza
changed the title
Consider adding (a copy of) the boilerplate into the libs package for testing
Consider adding (a copy of) the boilerplate or sample app into the libs package for testing
Nov 1, 2024
Right now we use lib linking into boilerplate or production projects.
This however is fragile and puts some distance between the code and example implementations.
Perhaps it would be a good idea to embed a copy of the boilerplate (or the sample project) as an example, which also runs part of the build as testing.
But perhaps it's instead more important we improve test coverage and have some smaller examples instead.
The text was updated successfully, but these errors were encountered: