yoz
06/11/2019, 6:54 PMDaniel Hines
06/11/2019, 6:59 PM“It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.” —Alan Perlis
Daniel Hines
06/11/2019, 6:59 PMDaniel Hines
06/11/2019, 7:00 PMDaniel Hines
06/11/2019, 7:00 PMDaniel Hines
06/11/2019, 7:02 PMDaniel Hines
06/11/2019, 7:03 PMyoz
06/11/2019, 7:04 PMyoz
06/11/2019, 7:07 PMyoz
06/11/2019, 7:07 PMyoz
06/11/2019, 7:09 PMyoz
06/11/2019, 7:09 PMyoz
06/11/2019, 7:31 PMyoz
06/11/2019, 7:32 PMshalabh
06/11/2019, 8:48 PMKartik Agaram
But a database is different - as soon as I know its lingo, I can ask it any question it’s capable of answering.Depends on what you mean by "its lingo". • If you mean "its schema", then your statement is akin to saying you know what a function does because you know its signature. (Side note: functions can take string arguments, and databases can contain JSON blobs.) • If you mean "what information it contains", then you're right, but you've bitten off something a lot harder. Parsing files is a miniscule fraction of the work involved in understanding what information a data store contains.
Daniel Hines
06/11/2019, 9:00 PMDaniel Hines
06/11/2019, 9:01 PMDaniel Hines
06/11/2019, 9:03 PMKartik Agaram
Kartik Agaram
yoz
06/11/2019, 9:47 PMyoz
06/11/2019, 9:52 PMshalabh
06/11/2019, 10:05 PMyoz
06/11/2019, 10:26 PMyoz
06/11/2019, 10:34 PMKartik Agaram
yoz
06/11/2019, 10:36 PMshalabh
06/11/2019, 11:00 PMshalabh
06/11/2019, 11:02 PMshalabh
06/11/2019, 11:42 PMEdward de Jong / Beads Project
06/12/2019, 5:38 AMChris Knott
06/12/2019, 9:55 AMgman
06/13/2019, 2:15 AMEdward de Jong / Beads Project
06/13/2019, 8:13 AMgman
06/13/2019, 9:48 AM