On Fri, 15 Jan 2021 23:06:21 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> One more idea: 
>> should I rename all Dxxx classes to xxx to make code more obvious, readable ?
>> 
>> However, renaming DMarlinRenderingEngine to MarlinRenderingEngine may lead 
>> confusion with previous versions and may be a compatibility issue ? so I 
>> would prefer keeping DMarlinRenderingEngine now.
>> 
>> What do you think ?
>
>> However, renaming DMarlinRenderingEngine to MarlinRenderingEngine may lead 
>> confusion with previous versions and may be a compatibility issue ? so I 
>> would prefer keeping DMarlinRenderingEngine now.
> 
> I agree with you.

I also agree with this. Similarly, when you go to remove the single-precision 
`MarlinRasterizer` from JavaFX, via 
[JDK-8259718](https://bugs.openjdk.java.net/browse/JDK-8259718), I would expect 
to see `DMarlinRasterizer` and similar names to remain.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2076

Reply via email to