Modularizing Rails Monoliths One Bite at a Time by Marc Reynolds

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 9

  • @zaqueudovale852
    @zaqueudovale852 2 месяца назад

    Mudei meu projeto que usava exceptions pra usar a lib OneOf. Achei que fica mais claro no codigo os possiveis fluxos de execucao e tbm os casos de teste.

  • @leoluchi
    @leoluchi 11 месяцев назад

    Nice topic, well explained

  • @sunstrikovich
    @sunstrikovich 10 месяцев назад +1

    Amazing talk! Thank you for sharing the experience

  • @fuu812
    @fuu812 7 месяцев назад

    Thanks for this talk!

  • @LouisNguyen-y5h
    @LouisNguyen-y5h Год назад +1

    Really nice 👍topic

  • @stpaquet
    @stpaquet Год назад +2

    nice

  • @Aalii6
    @Aalii6 8 дней назад

    👍👍

  • @BahriddinAbdiev
    @BahriddinAbdiev Год назад

    This is great talk. Thank youIf you. I have a q: if you don't have database level constraints between tables (foreign key) you might have records which are stale. Then you should have some sort of syncing mechanism or dealing with bunch of rescue RecordNotFound errors. Isn't FK constraint actually good without cascade delete?

  • @kevanschwitzer8585
    @kevanschwitzer8585 Год назад

    Not a rails developer, but great talk! Appreciated the insights!