Skip to content

generateCode.kt refactor, KDocs, documentation fixes, and tests #1311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 23, 2025

Conversation

Jolanrensen
Copy link
Collaborator

Fixes #1281

@Jolanrensen Jolanrensen changed the title Writing kdocs for generateCode Writing kdocs+tests for generateCode Jul 4, 2025
@Jolanrensen Jolanrensen marked this pull request as ready for review July 4, 2025 14:44
@Jolanrensen Jolanrensen added KDocs Improvements or additions to KDocs tests Something related to the JUnit tests, integration tests or testing infrastructure labels Jul 4, 2025
@Jolanrensen Jolanrensen changed the title Writing kdocs+tests for generateCode Writing kdocs+tests for generateCode.kt Jul 4, 2025
@zaleslaw zaleslaw removed their request for review July 14, 2025 13:53
@Jolanrensen Jolanrensen changed the title Writing kdocs+tests for generateCode.kt generateCode.kt refactor, KDocs, and tests Jul 22, 2025
@Jolanrensen Jolanrensen added enhancement New feature or request documentation Improvements or additions to documentation (not KDocs) labels Jul 22, 2025
@Jolanrensen Jolanrensen changed the title generateCode.kt refactor, KDocs, and tests generateCode.kt refactor, KDocs, documentation fixes, and tests Jul 22, 2025
@Jolanrensen
Copy link
Collaborator Author

@AndreiKingsley @koperagen Alright, I decided to refactor the API as well:

  • generateCode is deprecated in favor of generateInterfaces
  • generateInterfaces has all arguments generateDataClasses has

Please check again as many things have changed :) I did take your feedback into account

Copy link
Collaborator

@AndreiKingsley AndreiKingsley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Jolanrensen Jolanrensen merged commit 2330a13 into master Jul 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation (not KDocs) enhancement New feature or request KDocs Improvements or additions to KDocs tests Something related to the JUnit tests, integration tests or testing infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Unit tests and KDocs for family of generate<Something> methods
3 participants