[
https://issues.apache.org/jira/browse/MNG-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910465#comment-17910465
]
Guillaume Nodet edited comment on MNG-8490 at 1/7/25 1:42 AM:
--------------------------------------------------------------
Using interfaces allows decoupling (not only abstracting) between the contract
and the implementation. This is the very basic and first thing to do when
modularizing applications.
Anyway, a few points need to be fixed to continue. See
https://github.com/apache/maven/pull/2029#pullrequestreview-2533236081
was (Author: gnt):
Using interfaces allows decoupling (in addition to abstraction) between the
contract and the implementation. This is the very basic and first thing to do
when modularizing applications.
Anyway, a few points need to be fixed to continue. See
https://github.com/apache/maven/pull/2029#pullrequestreview-2533236081
> Combine XmlNode and XmlNodeImpl
> -------------------------------
>
> Key: MNG-8490
> URL: https://issues.apache.org/jira/browse/MNG-8490
> Project: Maven
> Issue Type: Improvement
> Reporter: Elliotte Rusty Harold
> Priority: Blocker
> Labels: up-for-grabs
>
> Single use interfaces are an antipattern. Make everything simpler by having a
> single concrete XmlNode class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)