I did the Gilded Rose kata with a somewhat different approach to normal (using Handler classes) [JAVA]

This page summarizes the projects mentioned and recommended in the original post on /r/codereview

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • GildedRose-Refactoring-Kata

    Starting code for the GildedRose Refactoring Kata in many programming languages.

  • I did the Gilded Rose kata (as described here). Most places I've seen this discussed use an object hierarchy on top of the Item class, but I had a different approach in mind. Different types of handlers exist and they match to the possible items. This allows for easily adding new items with same functionality, or easily extending with new types of behaviour.

  • gildedRoseKata

  • Code can be found here: https://github.com/hdeweirdt/gildedRoseKata/tree/main/src/main/java/com/gildedrose

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts