Jump to content

Talk:Hard coding

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by M2Ys4U (talk | contribs) at 23:37, 2 June 2009 (WikiProject edits, marking as stub due to lack of refs). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputer science Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles 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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

Examples too specific?

I know it's next to impossible for an example to be too specific, but this article only cites Microsoft based hard-coding problems and gives very specific solutions to those particular issues. Would it be possible to cite some other problems and have less technical solutions as well. I mean, who really knows what the SHGetFolderPath function is anyway? Zippanova 08:29, 29 April 2006 (UTC)[reply]

I doubt we can trace the reason because the edit adding this is done from an anonymous. --Deryck C. 16:54, 29 April 2006 (UTC)[reply]

"Strings" chgd to "data"

I replaced references to 'strings' with 'data' since non-string data can also be hard-coded. --User:SteveBaker

"Practitioners"?

"practitioners of the software art"? If that's valid, I'd like some links. --Astronouth7303

"Hard code" v. "hardcode"

I thought the concept was written as a single word. This is the first time I have seen it as two words. --Anonymous

Seems several forms are used; "hardcode", "hard-code", "hard code", "hardcoding" and "hard-coding", and "hard coding". Actually, to my surprise, "hard coding"/"hard-coding" is more frequently used than "hardcoding" (according to google). --Wernher 17:33, 20 January 2006 (UTC)[reply]
I prefer the hyphenated "hard-code", as in my own usage this is the most common. Deryck C. 03:39, 21 January 2006 (UTC)[reply]

Competitive hard coding

Hard coding is also an important concept in computer competitions. I've added a paragraph about that. Deryck C. 08:36, 20 January 2006 (UTC)[reply]

Profile Path

Actually, the example of C:\Documents and Settings\ failing on Vista isn't true - Vista automatically redirects this to C:\Users\ as there is a junction point/reparse point/symbolic link that points from Documents and Settings to Users. —Preceding unsigned comment added by 217.33.15.251 (talk) 10:30, 26 May 2009 (UTC)[reply]