On Thu, 27 Jun 2024 at 03:22, Michael Morris <tendo...@gmail.com> wrote:
> ``` > import foo from "foo.php" > ``` > I'd strongly recommend the autocomplete-friendly order instead: ``` from "foo.php" import foo ``` Overall I am keen on module/package support of some kind that allows for visibility control at the boundary, so I can hide implementation classes within the module and control the public interface. Peter