Summer is often quieter in dev teams : it's a good time to work on big refactoring and code cleanup.
If you'd like/want/need a hand/some advice, I'm available :)
Summer is often quieter in dev teams : it's a good time to work on big refactoring and code cleanup.
If you'd like/want/need a hand/some advice, I'm available :)
L'été, c'est souvent plus calme dans les équipes de dev : c'est le bon moment pour faire des gros refactoring et du nettoyage.
Si vous avez envie/besoin d'un coup de main/de conseils/d'être guider, je suis dispo \o/
From the Leanpub Blog: Welcome to the Leanpub Launch video for Build a Database Server: Learn how real databases work by following this practical guide to building your own by Chris Zetter!
https://leanpub.com/blog/leanpub-book-launch-build-a-database-server-by-chris-zetter
#books #ebooks #booklaunch #databases #programming #refactoring #softwaretesting #computerscience
Leanpub book LAUNCH 🚀 Build a Database Server: Learn how real databases work by following this practical guide to building your own by Chris Zetter
Watch here:
#books #ebooks #booklaunch #databases #programming #refactoring #softwaretesting #computerscience
When your "search" table turns out to be a case timeline engine, you start rethinking more than just column names. Sometimes clarity is a feature.
[Merged] Simplified gain evaluation. https://github.com/VROOM-Project/vroom/pull/1267 #refactoring
Architektur ist kein statischer Plan – sie muss sich entwickeln dürfen. Reflektiere regelmäßig, was noch trägt und was angepasst werden muss. Iteration ist ein Zeichen von Qualität, nicht von Schwäche.
Basierend auf dem iSAQB Improve Modul mit Starke und Hruschka
#EvolvingArchitecture #Refactoring
TDD: разработка быстрее и качественнее
Все мы стремимся создавать более качественное программное обеспечение и делать это быстрее. Я считаю, что разработка через тестирование предлагает нам путь к этой цели. Все еще боитесь использовать этот подход? Тогда я приглашаю вас обсудить советы и приемы помогающие раскрыть преимущества TDD!
https://habr.com/ru/articles/925446/
#tdd #test_driven_development #software_development #testing #agile #unit_testing #code_quality #refactoring #test_first
Good morning everyone! Here is the latest updates on my channel #jesprotech #java #kotlin #projects #refactoring #repurposing #focus #afterbo: http://youtube.com/post/UgkxqM4qfsa5FajdzWmamGkf_9YYCBa4RNVV?si=mphHYTGfk1a26-EX
Good morning everyone! Here is the latest updates on my channel #jesprotech #java #kotlin #projects #refactoring #repurposing #focus #afterbo: youtube.com/post/UgkxqM4...
@mjglopez Definitely a combo of #1 and #2: Been working #refactoring truly enormous amount of code for the last years, code which has its oldest roots from 2003. It has been a great learning experience while having the chance to restructure large sections of the #systemarchitecture Painpoints? Sure. But what cool results, improved #performance and first of all: #maintainability
Meeting with my project manager to explain why I've spent the week doing refactors instead of implementing feature requests.
https://www.youtube.com/clip/UgkxOIdnojWnlRGKrrPtVUXs2sKyyQ7bag3B
What you need to know before you jump into refactoring code...
Read more here:
https://www.devleader.ca/2023/11/28/what-does-refactoring-code-mean-what-new-developers-need-to-know/
Jeren Hicks, Tyler Morten, Jerry Nixon, and Caleb Larsen have Sessions on Software Craftsmanship at Nebraska.Code().
https://nebraskacode.amegala.com/
#SoftwareCraftsmanship #Programming #Refactoring #Nebraska #TechConf #Lincoln #ContinuousLearning #Aviture #Microsoft #softwareengineering #softwaredevelopment #Coding #TechTalk #ProgrammingConference #ContinuousLearning #TechTrends
Why should we even bother with refactoring?
Read more here:
https://www.devleader.ca/2023/11/21/what-is-refactoring-and-understanding-why-you-need-it/
Here's a list of 10 different refactoring techniques for you to leverage!
Read more here:
https://www.devleader.ca/2023/11/14/top-10-refactoring-techniques-you-need-to-transform-your-codebase/
Rhia Dixon, MBA, Cory House, and Chad Michel have Sessions on Software Craftsmanship at Nebraska.Code().
https://nebraskacode.amegala.com/
#VML #Pluralsight #DontPanicLabs #Za #SoftwareCraftsmanship #Refactoring #TechnologyConference #Nebraska #CoryHouse #RhiaDixon #ChadMichel #Software #DeveloperConference #LincolnNebraska #WomenInTech #WomenInSTEM #softwaredevelopment #softwareengineering #NetworkingEvent #july2025
Stop asking 'what tool should we use?' Start asking 'what specific outcome are we trying to achieve?' In this talk, Dave Mosher breaks down the difference between chasing shiny objects and solving real problems. https://link.testdouble.com/786585 #LegacyRescue #TechDebt #LegacyModernization #Refactoring
#python #programming #refactoring
Reached the point where — after days of work — unit tests break again. In the same place as they did before the big rewrite.
(Checks notes)
Oh! Now the underlying data structures aren’t a horrible mess and I can actually apply the fix that all those rewrites enabled. I think.
Nested contexts of todo-lists are hard.
Преодоление сложности в самом сердце Анемичной Модели
Доброго времени суток, Хабр! Сегодня хотел бы поговорить об анемичной модели — одном из самых дискуссионных топиков (особенно для приверженцев DDD) и о том, как, по моему мнению, правильно её готовить. Для кого-то анемичная модель — это антипаттерн, тогда как для других это единственный правильный способ реализации приложений. Многие использовали её годами и даже не знали, как она называется, и что кем-то она считается антипаттерном. Реальность же такова, что анемичная модель — это инструмент, который может подходить или не подходить в зависимости от ситуации, но при этом является очень популярным и, по факту, «стандартом де-факто» для многих программистов и организаций. Хотя в последние годы я и вижу тенденцию к тому, что DDD и, соответственно, богатая доменная модель становятся всё популярнее, пока что, по моему мнению, им далеко до популярности анемичной модели.
https://habr.com/ru/articles/917012/
#ddd #software_design #anemic_model #refactoring #architecture #java #oop #web_development #domain_driven_design #functional_programming