有一些面向对象的工程原则,它规定了“一个类应该只知道它作为参数的类的契约,或者它使用的任何内部契约。”Foo::bar( Baz* baz) baz()->blargh()->pants()->soil(); // this is bad, Foo knows about blarghs and pants这个原则有名字吗?而且,实际的原则,而不是我上面的解释会更好地看到。
developer.wordpress.org/block-editor/tutorials/block-tutorial/introducing-attributes-and-editable-fields/,但是由于我的插件不是通过js下面是使用“发送假属性”函数的块部分: // this acuallty triggers the ServerSideRender