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 was archived by the owner on Jul 27, 2025. It is now read-only.
@ByronAP hello. I have a suggestion. The enum shown in Listing 1 is named TimeInterval. This is pretty generic.
I suggest you rename it something such as CoinCapTimeInterval or somesuch. This way, it would not clash with any other symbols that the developer consuming this library has named TimeInterval as well.
Listing 1. The
TimeIntervalenum.@ByronAP hello. I have a suggestion. The
enumshown in Listing 1 is namedTimeInterval. This is pretty generic.I suggest you rename it something such as
CoinCapTimeIntervalor somesuch. This way, it would not clash with any other symbols that the developer consuming this library has namedTimeIntervalas well.