Why is it static for default block position? For me static is like well.. static. Something that doesn't move.
I'd prefer to name default positioning like normal or dynamic or something like that to highlight that it's able to move if neighbours are around.
Am I missing something?
I think I understand what you're saying and naming things is always hard, but I think you probably said it best yourself; Static means something that doesn't move. The blocks in their default state don't actually move from the position that they are rendered in. Plus they can't be manipulated by directional properties (left, right, top, bottom, z-index) so the blocks do therefore remain static on the page.
Whereas a term like dynamic feels better suited to describing the way that Flexbox works to display blocks.
Hope this helps!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Why is it
staticfor default block position? For me static is like well.. static. Something that doesn't move.I'd prefer to name default positioning like
normalordynamicor something like that to highlight that it's able to move if neighbours are around.Am I missing something?
I think I understand what you're saying and naming things is always hard, but I think you probably said it best yourself;
Staticmeans something that doesn't move. The blocks in their default state don't actually move from the position that they are rendered in. Plus they can't be manipulated by directional properties (left, right, top, bottom, z-index) so the blocks do therefore remain static on the page.Whereas a term like
dynamicfeels better suited to describing the way that Flexbox works to display blocks.Hope this helps!