Skip to content

Commit b5870ee

Browse files
committed
comments
1 parent 76b4953 commit b5870ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/test_app/app/services/airports/filter.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# typed: strict
22
# frozen_string_literal: true
33

4+
#
5+
# in a strict DDD app, likely move this to "app/domain/aviation/services/airport_filter.rb"
6+
# This is just a test app though, testing different application designs, and mostly caring about
7+
# functioning code rather than some pattern.
8+
#
49
module Airports
510
class Filter < T::Struct
611
extend T::Sig

0 commit comments

Comments
 (0)