#php #legacy
Разбираемся с тем, как рефакторить код, который мог достаться вам от других разработчиков.
https://hackernoon.com/refactor-your-php-legacy-code-real-projects-examples-da9edf03ff4b
Разбираемся с тем, как рефакторить код, который мог достаться вам от других разработчиков.
https://hackernoon.com/refactor-your-php-legacy-code-real-projects-examples-da9edf03ff4b
Hackernoon
Refactor Your PHP legacy Code (real projects examples) | HackerNoon
Good developers are defined by the quality of their codes. In the software industry, writing good code means saving the money that may be invested in testing, updating, extending or fixing bugs. In this article, I will show you real-life examples of some…
#php #legacy
Разбираемся с тем, как рефакторить код, который мог достаться вам от других разработчиков.
https://hackernoon.com/refactor-your-php-legacy-code-real-projects-examples-da9edf03ff4b
Разбираемся с тем, как рефакторить код, который мог достаться вам от других разработчиков.
https://hackernoon.com/refactor-your-php-legacy-code-real-projects-examples-da9edf03ff4b
Hackernoon
Refactor Your PHP legacy Code (real projects examples) | HackerNoon
Good developers are defined by the quality of their codes. In the software industry, writing good code means saving the money that may be invested in testing, updating, extending or fixing bugs. In this article, I will show you real-life examples of some…
#advanced #legacy
Паттерны проектирования для улучшения качества легаси-кода.
https://matthiasnoback.nl/talk/design-patterns-for-modernizing-legacy-code-bases/
Паттерны проектирования для улучшения качества легаси-кода.
https://matthiasnoback.nl/talk/design-patterns-for-modernizing-legacy-code-bases/
matthiasnoback.nl
Design patterns for modernizing legacy code bases
Matthias Noback - Blog | About software development
#advanced #legacy
Какие уроки можно извлечь из тестирования и рефакторинга легаси кода.
https://24daysindecember.net/2019/12/04/lessons-learned-from-testing-and-refactoring-legacy/
Какие уроки можно извлечь из тестирования и рефакторинга легаси кода.
https://24daysindecember.net/2019/12/04/lessons-learned-from-testing-and-refactoring-legacy/
24daysindecember.net
Lessons Learned from Testing and Refactoring Legacy
I remember when I first discovered automated testing. I immediately wanted to apply it to all the projects that I was working on, but it didn't work as well as I expected. In fact, it was a disaster,
#legacy
Анне Филине достался очередной легаси проект. С некоторыми перлами она поделилась в треде. Например,
https://twitter.com/afilina/status/1288126813303001094
Анне Филине достался очередной легаси проект. С некоторыми перлами она поделилась в треде. Например,
try..catch
блок, который все равно падает с ошибкой, потому что в catch
блоке используется переменная из try,
которой ещё не присвоено значение. Больше интересных ошибок в треде. https://twitter.com/afilina/status/1288126813303001094
Twitter
🇺🇦 Anna "Legacy Archaeologist" Filina
Another week, another legacy project. Here are some things that I found in the code that you may want to avoid doing in your own projects.
👍1