Announcing Copygen Usecases #31
Pinned
switchupcb
started this conversation in
Usecases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Copygen Usecases
Copygen Usecases is a community-driven series (of posts) that allows you to explain how your project uses Copygen.
What are the features of Copygen?
The origins of Copygen lie in creating
Copy()
functions that copyFields
of the same Go type fromType(s)
toType(s)
. In other words,copier
without reflection. Over time, this functionality has expanded to allow customized code generation based on aType
and its properties (fields, tags, etc). As a result, Copygen is now classified as a type-based generator.Code creates logic that results in real world value. Copygen creates logic that creates code.
What is a Usecase?
A use case is a written description of how a feature is used. Usecase (README) includes common situations where Copygen is used. Copygen Usecases allows YOU to showcase the amazing ways that YOU use Copygen.
How can I start?
Use this Copygen Usecase Template to create a discussion with the Usecase category.
Beta Was this translation helpful? Give feedback.
All reactions