Yuki Kimoto <kimoto.yuki@gmail.com> writes: > 2022年9月28日(水) 2:12 Paul "LeoNerd" Evans <leonerd@leonerd.org.uk>: > >> TL;DR - please help review this large work ahead of PR-time, to avoid >> surprises later on and make the process run smoother >> (or explicitly opt-out) […] > Before proceeding, I would like to discuss how to use the class > and method syntax in existing source codes. What is there to discuss? Just make sure you don't have functions called `class`, `field` or `method` that the new keywords would conflict with, add `use feature 'class';` and use it. Existing code that just uses the classes and objects doesn't need to know or care whether they're implemented with the `class` feature, some other object system or manually, as long as the public API stays the same. - ilmariThread Previous | Thread Next