František Mikš
Results
2
comments of
František Mikš
It is actually possible to pass filters, sorts... etc. as arguments. ```swift func allFiltered(_ filters: [DatabaseQuery.Filter]) -> EventLoopFuture { let query = MyModel(on: database) for filter in filters { query.filter(filter)...
It is a good point. In AI opponent programming, some kind of caching is inevitable. Especially for recursive algorithms. Even though caching wasn't originally planned to be part of the...