Commit e6c70d8
committed
refactor: remove facade
Refactored RSS feed handling in app.rb to eliminate the Html2rssFacade.
Merged configuration directly into request handlers, simplifying the feed generation process.
This change enhances performance by reducing method calls and improves readability by consolidating logic.
Removed unused helper files related to the facade, cleaning up the codebase.
Signed-off-by: Gil Desmarais <git@desmarais.de>1 parent a2c241d commit e6c70d8
5 files changed
Lines changed: 2 additions & 143 deletions
File tree
- app
- helpers
- spec/html2rss/web/app
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments