Jump to content

Talk:Boilerplate code

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SineBot (talk | contribs) at 11:34, 19 May 2017 (Signing comment by 86.84.45.195 - "Lack of references critque"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.

Lack of citations

In the definition no reference. Also the presented solutions such as metaprogramming have no reference. — Preceding unsigned comment added by 86.84.45.195 (talk) 11:32, 19 May 2017 (UTC)[reply]

C# / WPF INotifyProperyChanged

I think the standard implementation of INofifyProperyChanged in WPF should be put here. ( i myself can't recall it perfectly)


130.95.218.211 (talk) 07:26, 27 March 2012 (UTC)[reply]

The HTML section is wrong

It's simply not true that most webpages contain !DOCTYPE html or charset="utf-8", (though this page does), and for these HTTP has headers to prevent a document having to explain by itself how it should be read, which is very awkward. That's like a letter that starts with "This contract is written in English, so if you understand what this sentence means than I can assure you this contract is in English".

Oh, this is not HTML at all, the DOCTYPE says it's a PDF in HTML format so it can tell me it's actually a PDF. Let's try Acrobat and see what happens. - no browser ever. The rest of the example contains real, important things, like "here's the html", "this is the header", "this is the title", "this is the body". If that's boylerplate, "Introduction" and "Chapter I" in a book is. Joepnl (talk) 00:22, 9 August 2014 (UTC)[reply]