iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
89.15k stars 26.38k forks source link

View Helper pattern #1263

Open iluwatar opened 4 years ago

iluwatar commented 4 years ago

Description: The View Helper design pattern aims to separate the business logic from the presentation layer by using helper components to handle processing and formatting. This enhances the maintainability and modularity of the code by promoting a clear separation of concerns.

Main Elements of the Pattern:

References:

  1. View Helper Design Pattern - Oracle
  2. Java Design Patterns - Project Contribution Guidelines

Acceptance Criteria:

  1. Create a View Helper class that handles data formatting or processing tasks.
  2. Ensure the Controller directs requests to the appropriate View Helper.
  3. Implement a view that utilizes the data provided by the View Helper to render the final output.
Linly1080 commented 2 years ago

Hi, I'd like to work on this issue. Could it be assigned to me if still available?

iluwatar commented 1 year ago

Ok @Linly1080

Linly1080 commented 1 year ago

@iluwatar sorry, I have no time to do the work now.