-
Notifications
You must be signed in to change notification settings - Fork 10
samples - part the shopping cart for samples-go-shoppingcart #33
Comments
@pvlugter what do you think about a samples repository for the go shopping cart? |
@marcellanz Today, most languages have their own examples as part of their own repository. Do you think this is not appropriate? My opinion is that, or we have a single repository of examples for all supported languages, this would make it easier for the user, as it is a unique contact surface for all languages and all examples of supported types, on the other hand, makes it difficult to maintenance. Or the examples of each language reside in its own language repository, which gives the user interested in a language access to everything related to that support language. |
@sleipnir I'm open for any form that is in line with the project in large. My motivation is on one side to part the TCK shopping cart and a properly documented example shopping cart. If someone wants to implement or try out the shopping cart not having to clone the user support library as a whole and then getting confused about what she got. Beside that, I'm planning to have at least two go modules for the TCK part and also the library part, also so that users don't have to Saying that I see also a growing count of
all recently updated with developer friendly documentation. I'm open to any form to have examples that is appropriate and I'm happy for any insights how we should have a consistent collection of samples. |
I think the examples you mentioned are from LBS. |
yeah, see my initial question for Peter. |
I saw. I just wanted to leave my opinion on record |
Perfect @sleipnir, thank you. lets discuss it. |
Since it's the pattern we're using currently, I've created samples-go-shoppingcart I'm also not sure that having all the samples in separate repos is the best approach. I think having samples within the language support repos is easier to maintain, and they can evolve along with the language support. We can always publish zips of the samples to download and try, linked from the docs, instead of git cloning. |
Thanks @pvlugter. I agree regarding maintaining the samples. The shopping cart source is visible on three places now; and all of them need verified sources:
I'd prefer to have no paradox tags like
in the source used for the sample application. And even could |
Tasks
The text was updated successfully, but these errors were encountered: