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
After issue #8 I though this might be a point to bring up.
How would you go about the naming of the files and distributing the code in them? I suppose the "general" stuff that applies to any array type would go into numgo.go. For the Arrayb-specific methods we have bool.go. Where would you like the Array64-specific code?
It might be clearer to just have
numgo.go: General stuff applying to any array type
array64.go: A new file that holds Array64-specific code
After issue #8 I though this might be a point to bring up.
How would you go about the naming of the files and distributing the code in them? I suppose the "general" stuff that applies to any array type would go into numgo.go. For the Arrayb-specific methods we have bool.go. Where would you like the Array64-specific code?
It might be clearer to just have
Just an idea, I'm open for any other suggestions
The text was updated successfully, but these errors were encountered: