Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve punctuation. Related to [6b8dcc1d67171f3e3]. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d5dd493b00208ce580b0b12ec3946cb0 |
User & Date: | bch 2010-02-15 21:06:00 |
Context
2010-02-16
| ||
17:49 | Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c] check-in: 0ee44737 user: drh tags: trunk | |
2010-02-15
| ||
21:06 | Improve punctuation. Related to [6b8dcc1d67171f3e3]. check-in: d5dd493b user: bch tags: trunk | |
21:01 | Remove superfluous word, as per [6b8dcc1d67171f3e30]. check-in: 05b44d58 user: bch tags: trunk | |
Changes
Changes to www/theory1.wiki.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
just a programming language.
For certain types of problems, SQL has a huge advantage over other
programming languages because it is so high level and because it allows
programmers to focus more on the <i>what</i> and less of the <i>how</i>
of a computation. In other words,
programmers tend to think about problems at a much higher level when
using SQL, this can result in better applications.
SQL is also very dense.
In practice, this often means that a few
lines of SQL can often replace hundreds or thousands of lines of
procedural code, with a corresponding decrease in programming effort
and opportunities to introduce bugs.
Fossil happens to be one of those problems for which SQL is well suited.
|
| |
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
just a programming language.
For certain types of problems, SQL has a huge advantage over other
programming languages because it is so high level and because it allows
programmers to focus more on the <i>what</i> and less of the <i>how</i>
of a computation. In other words,
programmers tend to think about problems at a much higher level when
using SQL; this can result in better applications.
SQL is also very dense.
In practice, this often means that a few
lines of SQL can often replace hundreds or thousands of lines of
procedural code, with a corresponding decrease in programming effort
and opportunities to introduce bugs.
Fossil happens to be one of those problems for which SQL is well suited.
|