getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.23k stars 166 forks source link

Untangle `Toolkit\Xml` methods #6488

Closed distantnative closed 2 weeks ago

distantnative commented 2 weeks ago

Description

Summary of changes

Restructures Xml::attr() and Xml::create() to enable some early returns and untangle/flatten the code.

Reasoning

Easier to read/understand/maintain if we can have early returns and not bother anymore about those cases when reading along.

Ready?

For review team