All logs
From APIDesign
Combined display of all available logs of APIDesign. You can narrow down the view by selecting a log type, the user name, or the affected page.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)
- 06:18, 14 June 2008 Apidesign (Talk | contribs) marked r921 of An API Must Be Beautiful patrolled (automatic)
- 06:18, 14 June 2008 Apidesign (Talk | contribs) marked r920 of Extreme Advice Considered Harmful patrolled (automatic)
- 06:17, 14 June 2008 Apidesign (Talk | contribs) deleted "Part 3: Daily Life" (Author request: content was: '#REDIRECT Reviewers:AdamDingleNotes' (and the only contributor was 'Apidesign'))
- 06:17, 14 June 2008 Apidesign (Talk | contribs) marked r919 of Reviewers patrolled (automatic)
- 06:16, 14 June 2008 Apidesign (Talk | contribs) Part 3: Daily Life moved to Reviewers:AdamDingleNotes
- 06:15, 14 June 2008 Apidesign (Talk | contribs) marked r916 of Part 3: Daily Life patrolled (automatic)
- 06:14, 14 June 2008 Apidesign (Talk | contribs) marked r915 of Reviewers:RichUngerNotes patrolled (automatic)
- 06:08, 14 June 2008 Apidesign (Talk | contribs) marked r914 of Reviewers:PartII patrolled (automatic)
- 06:07, 14 June 2008 Apidesign (Talk | contribs) deleted "Make Objects Immutable" (Author request: content before blanking was: ''''Done: e661a5406278''' Page 212, code example: <tt>this.data</tt> is read without synchronization, but written under <tt>synchronized</tt>. --AndreiBadea 15:08, 14 April 2008 (UTC)')
- 06:07, 14 June 2008 Apidesign (Talk | contribs) deleted "Compatibility of Documents" (content before blanking was: ''''Done: 9317dae3eee7''' The assertion that XML and properties documents are self-documenting is a bit overstated. I wouldn't want to touch NB windows systems config xml files without documentation! --User:RichUnger...')
- 06:07, 14 June 2008 Apidesign (Talk | contribs) marked r913 of Talk:Declarative Programming patrolled (automatic)
- 06:07, 14 June 2008 Apidesign (Talk | contribs) marked r912 of Compatibility of Documents patrolled (automatic)
- 06:07, 14 June 2008 Apidesign (Talk | contribs) marked r911 of Make Objects Immutable patrolled (automatic)
- 06:07, 14 June 2008 Apidesign (Talk | contribs) marked r910 of Declarative Programming patrolled (automatic)
- 06:06, 14 June 2008 Apidesign (Talk | contribs) deleted "Memory Management" (Author request: content before blanking was: '* Page 204: In paragraph 2 you introduce a new term "inversion of references" while in the next paragraph you write "injection of references." It seemed like you meant the same thing in both cases so the term)
- 06:06, 14 June 2008 Apidesign (Talk | contribs) deleted "Prepare for Reentrant Calls" (Author request: content before blanking was: ''''Done: c7fdccf6ac6d''' * Page 201: In the second code listing, what type is "cnt"? This variable is never declared AFAIK. And by the way, it's a bad choice for a variable name as it is only one missing le)
- 06:06, 14 June 2008 Apidesign (Talk | contribs) deleted "Synchronization and Deadlocks" (Author request: content before blanking was: ''''Done: bb7047d0a4d0''' - I think Andrei found very important problem: The system that breaks one of the conditions for deadlock is '''deadlock-proof''' system not '''deadlock-prone''' system, forgive poor no)
- 06:06, 14 June 2008 Apidesign (Talk | contribs) marked r909 of Talk:Runtime Aspects of APIs patrolled (automatic)
- 06:06, 14 June 2008 Apidesign (Talk | contribs) marked r908 of Memory Management patrolled (automatic)
- 06:05, 14 June 2008 Apidesign (Talk | contribs) marked r907 of Prepare for Reentrant Calls patrolled (automatic)
- 06:05, 14 June 2008 Apidesign (Talk | contribs) marked r906 of Synchronization and Deadlocks patrolled (automatic)
- 06:05, 14 June 2008 Apidesign (Talk | contribs) marked r905 of Runtime Aspects of APIs patrolled (automatic)
- 06:04, 14 June 2008 Apidesign (Talk | contribs) marked r904 of Reviewers:PartII patrolled (automatic)
- 06:04, 14 June 2008 Apidesign (Talk | contribs) deleted "Reliability and Cluelessness" (content was: 'Perhaps this section should be under the testing chapter. Page 175, para 1: "buried dialog", "a few faithful end users", "hidden features". The tone is t...' (and the only contributor was 'AndreiBadea'))
- 06:04, 14 June 2008 Apidesign (Talk | contribs) deleted "Fixing Odyssey" (Author request: content was: 'Perhaps this section should be under the testing chapter. Page 173, para -1: since you mention year 2006, do you have a specific X server issue in mind? ...' (and the only contributor was '[[Special:Contributions/AndreiBadea)
- 06:03, 14 June 2008 Apidesign (Talk | contribs) marked r903 of Reviewers:PartII patrolled (automatic)
- 06:03, 14 June 2008 Apidesign (Talk | contribs) deleted "Beware of Using Other APIs" (Author request: content before blanking was: ''''Done: acc761a59107''' Page 147, para 2: Java collections use <tt>size</tt>, not <tt>getSize</tt>. Also the Javadoc refers to the Collections API as to "Collections Framework". Page 147, para -1: the 2.2 k)
- 06:03, 14 June 2008 Apidesign (Talk | contribs) deleted "Enforcing Consistency of APIs" (Author request: content before blanking was: ''''Done: f69d2163f4c8''' Page 154, code example: bad indentation of the class header. Having a final class whose all methods return null really is bulletproof, but it can also confuse the reader. Please cons)
- 06:03, 14 June 2008 Apidesign (Talk | contribs) deleted "Prevent Misuses of the API" (Author request: content before blanking was: ''''Done: 414c75f60371''' Page 161, para -2: "Javadoc" instead of "JavaDoc". Page 162, code example: <tt>public</tt> not used on interface methods -- inconsistent with other sections. Also, whether to make <t)
- 06:03, 14 June 2008 Apidesign (Talk | contribs) deleted "Do Not Overuse the JavaBeans Listener Pattern" (Author request: content before blanking was: 'I would argue this is a good example of a case where your definition of cluelessness doesn't match the one of most Java developers out there. People are so used to implementing listener support, that even the )
- 06:03, 14 June 2008 Apidesign (Talk | contribs) deleted "Delegation and Composition" (Author request: content before blanking was: 'Page 155, <tt>Arithmetica</tt> code example: it is prone to overflows, and <tt>sumRange</tt> can throw <tt>NegativeArraySizeException</tt>. OK, this is probably a nitpick and readers will understand that it's )
- 06:03, 14 June 2008 Apidesign (Talk | contribs) marked r902 of Talk:Cooperating with Other APIs patrolled (automatic)
- 06:02, 14 June 2008 Apidesign (Talk | contribs) marked r901 of Delegation and Composition patrolled (automatic)
- 06:02, 14 June 2008 Apidesign (Talk | contribs) marked r900 of Enforcing Consistency of APIs patrolled (automatic)
- 06:02, 14 June 2008 Apidesign (Talk | contribs) marked r899 of Beware of Using Other APIs patrolled (automatic)
- 06:02, 14 June 2008 Apidesign (Talk | contribs) marked r898 of Prevent Misuses of the API patrolled (automatic)
- 06:01, 14 June 2008 Apidesign (Talk | contribs) marked r897 of Do Not Overuse the JavaBeans Listener Pattern patrolled (automatic)
- 06:01, 14 June 2008 Apidesign (Talk | contribs) marked r896 of Cooperating with Other APIs patrolled (automatic)
- 06:01, 14 June 2008 Apidesign (Talk | contribs) marked r895 of Reviewers:PartII patrolled (automatic)
- 06:00, 14 June 2008 Apidesign (Talk | contribs) deleted "Good Tools make any API easier" (Author request: content before blanking was: ''''Done: 1f7473745841''' - more emphasis on testing This section doesn't deal with testing as much as with the idea that wizards lower the learning curve of the API. --AndreiBadea 14:01,)
- 06:00, 14 June 2008 Apidesign (Talk | contribs) deleted "The fade of specification" (Author request: content before blanking was: ''''Done: 03f60f4d2ef8''' Page 140, para -3: "Hotspot" should be "HotSpot". --AndreiBadea Some re-implementations occur even in OSS (integer-only OGG, for example). There are technical )
- 06:00, 14 June 2008 Apidesign (Talk | contribs) marked r894 of The fade of specification patrolled (automatic)
- 06:00, 14 June 2008 Apidesign (Talk | contribs) marked r893 of Good Tools make any API easier patrolled (automatic)
- 06:00, 14 June 2008 Apidesign (Talk | contribs) marked r892 of Talk:Keep Testability In Mind patrolled (automatic)
- 05:59, 14 June 2008 Apidesign (Talk | contribs) marked r891 of Keep Testability In Mind patrolled (automatic)
- 05:59, 14 June 2008 Apidesign (Talk | contribs) marked r890 of Reviewers:PartII patrolled (automatic)
- 05:59, 14 June 2008 Apidesign (Talk | contribs) marked r889 of Talk:Separate APIs for Client APIs and Support APIs patrolled (automatic)
- 05:58, 14 June 2008 Apidesign (Talk | contribs) deleted "Writer Evolution between Java 1.4 and 1.5" (Author request: content before blanking was: ''''Done: cc4e959ec9de''' Page 124, <tt>CountingWriter</tt> code example: <tt>@author</tt> tag probably not needed. Page 126, code example: <tt>convertChar</tt> is a very bad name for the function -- it does)
- 05:58, 14 June 2008 Apidesign (Talk | contribs) deleted "Split Your API Reasonably" (Author request: content before blanking was: ''''Done: 70c0c4836a28''' Page 134, para -2: "masterfs" will only make sense to NetBeans developers. Why not use "master filesystem" instead? --AndreiBadea 13:52, 8 April 2008 (UTC) Pag)
- 05:58, 14 June 2008 Apidesign (Talk | contribs) marked r888 of Split Your API Reasonably patrolled (automatic)