awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
406 stars 23 forks source link

Refactor long function by splitting it into multiple smaller functions #44

Closed a2ush closed 1 month ago

a2ush commented 1 month ago

Issue #, if available:

Previously, CreateDiagram() included various operations. Considering future extensibility, these processes should be defined as separate functions.

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.