Ferreteria/v0.6/clade/boot/Screen/@removed

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | boot‎ | Screen
Jump to navigation Jump to search
Removed Code

2025-02-04

#
    abstract protected function TableClass() : string;
    abstract protected function ListClass() : string;
// [...]
    public function NewTable() : TableIface { return ($this->TableClass())::AsRoot(); }
    public function NewList() : ListIface { return ($this->ListClass())::AsRoot(); }

2024-12-12

  • I'm not sure what this comment means; maybe it's no longer applicable, after months of tidying and rearranging stuff? --
    • «This is a bit of a kluge to accommodate legacy code, but also to just make it a little simpler to access these methods. Seems like there's probably a better way, though.»