-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
This issue proposes renaming the sample targets to exclude the my_fibonacci
name, as this name should be reserved solely for the namespace. Additionally, it suggests making the target names clearer; for instance, changing the executable name to generate_sequence
instead of my_fibonacci_main
. Furthermore, instead of my_fibonacci::my_fibonacci
, the library should be renamed to my_fibonacci::sequence
for improved clarity.