G'day,
I just wanted to lob a bit of appreciation for filtering in TiddlyWiki, and
the fantastic thoughtful design behind it all.
The mechanics of filtering in TiddlyWiki matches the way I code SQL: a
series of transformations. I profoundly like this.
Start simple, transform transform transform (or tweak tweak tweak, or
incrementally iterate incrementally iterate incrementally iterate) from
something basic/raw towards some end result.
Although I could write many things in one line of SQL, I found that a pain
in the rear to maintain/debug (i.e. the series of transformations are not
visible.) I much prefer visible layers of transformations.
So all of my SQL usually took the form:
SELECT ....
FROM any_number_of_join_tables_and/or subqueries,
(SELECT ...
FROM (SELECT ...
FROM any_number_of_join_tables, some_base_table
WHERE some_conditions)
WHERE ...
GROUP BY ...
HAVING ...)
WHERE ...
GROUP BY ...
HAVING ...
ORDER BY ...
Realizing this similarity between TiddlyWiki filtering and my approach to
SQL writing, it has been subconsciously simmering in me sponge for a bit
(i.e. there's something I'm liking here, but I can't quite put my finger on
it), and my Gazoo moment ("hey, dumb dumb, this is what it is.)
All of that along with this insta-thought out of nowhere:
Everywhere I look, I see Tiddlers. They don't even know their Tiddlers...
This brain-fart episode brought to you by me (writing "out loud").
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3589190e-326e-4ea5-97c2-8356e232b238n%40googlegroups.com.