You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The internal builders of this class are very similar to each other and can hopefully be generalized into fewer more generic types.
The main thing in which they differ is that they each have a unique LayerBlockConfig is to be composed of other LayerBlockConfigs (through the builders methods).
If "composable" LayerBlockConfigs implement some common API (or are wrapped in one) then it should be possible to reduce the number of internal builders significantly.
The text was updated successfully, but these errors were encountered:
The internal builders of this class are very similar to each other and can hopefully be generalized into fewer more generic types.
The main thing in which they differ is that they each have a unique LayerBlockConfig is to be composed of other LayerBlockConfigs (through the builders methods).
If "composable" LayerBlockConfigs implement some common API (or are wrapped in one) then it should be possible to reduce the number of internal builders significantly.
The text was updated successfully, but these errors were encountered: