Skip to content

Commit

Permalink
Merge pull request #339 from lrug/july-2024-coverage-and-update
Browse files Browse the repository at this point in the history
Add coverage for July 2024, and update talks list
  • Loading branch information
h-lame authored Jul 15, 2024
2 parents f8db362 + 299e30b commit 893c684
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions data/coverage/2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,12 @@ june:
- type: video
title: "LRUG June 2024 - Yevhenii Kurtov - LiveView: Stateful, server-rendered HTML"
url: https://assets.lrug.org/videos/2024/june/yevhenii-kurtov-liveview-stateful-server-rendered-html-lrug-jun-2024.mp4
july:
that-smells-like-time:
- type: video
title: "LRUG July 2024 - fell sunderland - That smells like time"
url: https://assets.lrug.org/videos/2024/july/fell-sunderland-that-smells-like-time-lrug-jul-2024.mp4
finding-unused-ruby-methods:
- type: video
title: "LRUG July 2024 - Joel Biffin - Finding unused Ruby methods"
url: https://assets.lrug.org/videos/2024/july/joel-biffin-finding-unused-ruby-methods-lrug-jul-2024.mp4
17 changes: 12 additions & 5 deletions source/meetings/2024/july/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ below](#july24registration).
> How does an experienced programmer solve problems? It's simpler (and more
> complicated) than you might think!
## From Spaghetti to Lasagna: Layering your code with DDD
{::coverage year="2024" month="july" talk="that-smells-like-time" /}

[Lily Stoney](https://github.com/LilyStoney)
## Finding unused Ruby methods

> How to apply DDD to a monolithic codebase, the benefits and reasons why it can
> be beneficial, and how the event storming process can make the process of
> defining domain boundaries a simpler task!
[Joel Biffin](https://github.com/joelbiffin) says:

> Whether code is safe to delete or not is a bit of a murky question in
> Ruby - especially in untyped Ruby. Fear not though, as dangling unused
> methods are a pretty safe place to start deleting things. Let's start there
> and see where we get to. Introducing [the Thanatos
> gem](https://github.com/joelbiffin/thanatos) to help you find those unused
> methods lurking in your code.
{::coverage year="2024" month="july" talk="finding-unused-ruby-methods" /}

## Afterwards

Expand Down

0 comments on commit 893c684

Please sign in to comment.