#featureflag — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #featureflag, aggregated by home.social.
-
# 10 ошибок рефакторинга
Рефакторинг — это не уборка, это хирургия на живом коде. Большинство провалов здесь не технические: смешали рефакторинг с улучшениями, сделали один огромный коммит, затянули релиз — и три недели работы ушли в мусор. Собрал 10 ошибок из реальных проектов: с примерами кода, разбором механики и способами не наступить на те же грабли.
https://habr.com/ru/articles/1011794/
#рефакторинг #java #scala #тесты #coverage #featureflag #команда #перфекционизм
-
# 10 ошибок рефакторинга
Рефакторинг — это не уборка, это хирургия на живом коде. Большинство провалов здесь не технические: смешали рефакторинг с улучшениями, сделали один огромный коммит, затянули релиз — и три недели работы ушли в мусор. Собрал 10 ошибок из реальных проектов: с примерами кода, разбором механики и способами не наступить на те же грабли.
https://habr.com/ru/articles/1011794/
#рефакторинг #java #scala #тесты #coverage #featureflag #команда #перфекционизм
-
# 10 ошибок рефакторинга
Рефакторинг — это не уборка, это хирургия на живом коде. Большинство провалов здесь не технические: смешали рефакторинг с улучшениями, сделали один огромный коммит, затянули релиз — и три недели работы ушли в мусор. Собрал 10 ошибок из реальных проектов: с примерами кода, разбором механики и способами не наступить на те же грабли.
https://habr.com/ru/articles/1011794/
#рефакторинг #java #scala #тесты #coverage #featureflag #команда #перфекционизм
-
# 10 ошибок рефакторинга
Рефакторинг — это не уборка, это хирургия на живом коде. Большинство провалов здесь не технические: смешали рефакторинг с улучшениями, сделали один огромный коммит, затянули релиз — и три недели работы ушли в мусор. Собрал 10 ошибок из реальных проектов: с примерами кода, разбором механики и способами не наступить на те же грабли.
https://habr.com/ru/articles/1011794/
#рефакторинг #java #scala #тесты #coverage #featureflag #команда #перфекционизм
-
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
-
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
-
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
-
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
-
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
-
I've finished my #FeatureFlag #Java project, which I ported from what I used back when I worked on #Alexa (https://github.com/wolpert/feature-flag) It works well and I'll continue to support it.
But now I'm going back to working on my star runners game in #Godot ... I need more fun.
-
Excited to announce DevCycle's new Next.js SDK! A major leap in feature flagging for Next.js apps. Now seamlessly integrate with App Router & React Server Component Rendering. https://devcycle.com/blog/devcycles-new-nextjs-sdk-elevating-feature-flagging-in-nextjs-apps
#nextjs #featureflag -
As a #DevOps person, I've been thinking about how we might work #FeatureFlag into sites, so we can push code out to production without it being active.
This pattern allows testing integrations, developing on top of future functionality, etc.
So I was surprised to see a new config in a #Drupal 10.1 upgrade -- system.feature_flags !
Right now just the Decoupled Menus initiative uses it -- instead of being a separate module, it's enabled/disabled through a config setting.
-
LaunchDarkly #featuremanagement adds built-in workflows to encourage best practices and help avoid technical debt, including a new Migration Assistant and new #mobileapp #featureflag depreciation. #GalaxyConf
https://www.techtarget.com/searchitoperations/news/366557163/LaunchDarkly-feature-management-adds-built-in-workflows -
LaunchDarkly #featuremanagement adds built-in workflows to encourage best practices and help avoid technical debt, including a new Migration Assistant and new #mobileapp #featureflag depreciation. #GalaxyConf
https://www.techtarget.com/searchitoperations/news/366557163/LaunchDarkly-feature-management-adds-built-in-workflows -
LaunchDarkly #featuremanagement adds built-in workflows to encourage best practices and help avoid technical debt, including a new Migration Assistant and new #mobileapp #featureflag depreciation. #GalaxyConf
https://www.techtarget.com/searchitoperations/news/366557163/LaunchDarkly-feature-management-adds-built-in-workflows -
LaunchDarkly #featuremanagement adds built-in workflows to encourage best practices and help avoid technical debt, including a new Migration Assistant and new #mobileapp #featureflag depreciation. #GalaxyConf
https://www.techtarget.com/searchitoperations/news/366557163/LaunchDarkly-feature-management-adds-built-in-workflows -
LaunchDarkly #featuremanagement adds built-in workflows to encourage best practices and help avoid technical debt, including a new Migration Assistant and new #mobileapp #featureflag depreciation. #GalaxyConf
https://www.techtarget.com/searchitoperations/news/366557163/LaunchDarkly-feature-management-adds-built-in-workflows -
At @VoxxedBucharest someone asked me what to use for #FeatureFlag handling and orchestration in #Java. I just remembered I used ff4j in the past which worked pretty well. https://github.com/ff4j/ff4j . Does anyone have any other recommendations?
-
#OpenFeature is an open standard for feature flagging, created to support a robust #featureflag ecosystem using #cloudnative technologies https://docs.openfeature.dev/docs/reference/intro
-
Fun with Flags – Feature Flags
Bei der schnellen Entwicklung von neuen Featuren gerät man irgendwann an den Punkt, dass die Synchronisation der Features Branches mit dem Main-Branch immer schwieriger und die Abhängigkeit zwischen den Feature Branches immer komplexer wird. Eine mögliche Hilfe in dieser Situation
https://schegge.de/2022/11/fun-with-flags-feature-flags/
#BestPractices #Design-Pattern #Java #Pattern #Spring #CanaryRelease #FeatureFlag #FeatureToggle #Java #SpringBoot
-
Feature Flag: Sean Michael Kerner looks at OpenFeature, which has been submitted to the Cloud Native Computing Foundation as a sandbox project https://www.fosslife.org/openfeature-project-focuses-software-feature-flags #OpenFeature #SoftwareDevelopment #tools #OpenSource #standards #FeatureFlag #CNCF