Continued from another thread...
Folder formats seem super powerful to me but my assumptions with folder format setup doesn't always accomplish my desired results. So I'm curious to learn more (assuming others are too) about how to use them properly with some discussion.
OVERVIEW
I think it's about user assumptions vs design rules. As a programmer I can appreciate competing design considerations between flexibility and speed. Find one format and stop looking to implement immediately is one approach. Another would start with a basic format and keep building on it until all applicable formats have been included and THEN implement the final combined format...a hierarchy structure of sorts...but a more time-consuming method.
As I became more aware and familiar with folder formats I jumped to assumptions. For example, certain formats like User Default, Local & Network Drives, and This PC "force" the use of their Columns and Grouping definition. Content Type, Path, wildcard and some Folder Type formats give the user the option to turn OFF the Columns and Grouping definition. That gave me the impression "forced" formats are the starting point, the foundation, and the others may or may not exist to supplement or even override the "forced" formats. Again it seemed like the perfect setup for a hierarchy implementation.
Of course it's not just Columns and Grouping, it's filters, tab color and Labels, etc. It made sense that very few formats could address Columns definitions for nearly everything with a few exceptions here and there. So I started to create Path and wildcard formats to supplement...with filters, tab color and Labels mostly and making sure Columns and Grouping was turned OFF for each of them when I did not want an override. For example, my wildcard formats simply control tab color.
But then I noticed what I saw wasn't matching my assumptions. One Path/wildcard format was implemented but Content Type was missing/ignored. Another example, I've setup a Content Type + Path + wildcard combo but I never see that complete combo implemented (padlock).
I get the impression, with the FIRST Path/wildcard format found, the format search ends. Any other formats are ignored. If true, that's a "fast" design. But if that's the case, why give the option to turn OFF Columns and Grouping? Because if turned OFF, the column defs need to come from one of the other formats, possibly one where Columns and Grouping is "forced". You can't assume User Default is the only proper format to use for Columns because that's why Folder Types and Content Types exist...alternatives to the default.
Path/wildcard formats would need to contain redundant defs if other formats are ignored and you'd need to create many more Path formats compared to what could be accomplished with a supplemental hierarchy design.
So that's my confusion. I'm hoping this could be a discussion to inform and benefit others too...because Folder Formats are really awesome and very helpful to many with clear understanding of the rules. Sorry for the verbose post and thanks in advance.