We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b4953 commit b5870eeCopy full SHA for b5870ee
spec/test_app/app/services/airports/filter.rb
@@ -1,6 +1,11 @@
1
# typed: strict
2
# frozen_string_literal: true
3
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
9
module Airports
10
class Filter < T::Struct
11
extend T::Sig
0 commit comments