refactor

时间:2021-03-10 02:17:00
【文件属性】:
文件名称:refactor
文件大小:19KB
文件格式:ZIP
更新时间:2021-03-10 02:17:00
PHP 重构运动 如何开始 使用Fixtures和安装依赖项引导数据库映像 $ make 通过内置服务器运行应用程序 $ php -S localhost:8888 -t public 运动目的 本练习的目的是识别正在运行的应用程序中的错误和错误设计的部分。 当然,您可以根据需要添加和删除库并进行重构,但是请不要将其重写为任何框架。 想象一下,这是大型应用程序的唯一子集,因此目前还不是一个选择。 请使用git并在某些逻辑块中连续提交更改,以使我更容易理解您的更改。
【文件预览】:
refactor-202103_petr
----.gitignore(27B)
----templates()
--------layout.html(1KB)
--------product.html(2KB)
--------error.html(223B)
--------stats.html(812B)
----Makefile(260B)
----data()
--------fixtures()
----src()
--------Log.php(1KB)
--------DB.php(775B)
--------Controller()
--------Model()
----var()
--------logs()
----public()
--------index.php(969B)
----composer.json(313B)
----docker-compose.yml(289B)
----composer.lock(60KB)
----README.md(679B)
----config()
--------config.php.template(324B)
----phpunit.xml.dist(624B)

网友评论