-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Java] Update Design Patterns page to use codeblocks #2301
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
base: trunk
Are you sure you want to change the base?
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Updated java examples in Design Patterns & Development Strategies to use codeblock architecture
Description
Created :
Edited:
Motivation and Context
maintains consistency and improves ease of contributions
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Refactored Java design pattern examples to use codeblock architecture
Improved documentation consistency across English, Japanese, Portuguese, and Chinese
Enhanced maintainability and ease of contributions for documentation and code examples
Changes walkthrough 📝
6 files
Add ActionBot class for Java bot pattern example
Add basic LoadableComponent Java example for EditIssue
Add extended LoadableComponent Java example with PageFactory
Add Java test example for nested LoadableComponents
Add ProjectPage Java example for LoadableComponent pattern
Add SecuredPage Java example for authentication in LoadableComponent
4 files
Update English documentation to embed Java codeblocks
Update Japanese documentation to embed Java codeblocks
Update Portuguese documentation to embed Java codeblocks
Update Chinese documentation to embed Java codeblocks