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 69.112.9.200 (talk) at 23:42, 6 April 2021 (Optimization). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The style of this article is far too conversational. Please fix that.

WikiProject iconComputer science Start‑class Low‑importance
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.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Things you can help WikiProject Computer science with:

"Strings" changed 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

It has to be said that the number of Google hits is not reliable for more than one word. It's some weird heuristic and given that "hard" and "code" are both probably quite common words on the internet, maybe that heuristic produces bollocks here. --Mudd1 (talk) 21:32, 18 December 2013 (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]

You are right, and i changed the article that way, removing the Vista reference. --95.89.180.211 (talk) 07:17, 26 May 2011 (UTC)[reply]

Microprocessors example

Origins

Currently the article says 'the term "hard-coded" was coined in 1990 by R. Galichon (then a Programmer/Analyst at Mobil)'. I beg to differ, I was using the term in 1989 and have also never heard of R. Galichon. -- JonRB (talk) 13:29, 18 April 2011 (UTC)[reply]

Given that whoever wrote that origin story originally has been failing to provide a source for almost four years, I removed the sentence. It can always be re-added if someone can actually prove that this term is as young as 1990 (which seems unlikely to me). --Mudd1 (talk) 21:37, 18 December 2013 (UTC)[reply]

Optimization

Hard coding can also be a powerful optimization technique, such as using sinus-tables instead of expressions when an FPU is not available. /Stellarvortex (talk) 15:51, 7 November 2012 (UTC)[reply]

Left / Right handedness

Example: In e.g., https://github.com/openstreetmap/iD/issues/7866 I plead the case about not assuming all users use their left hand for certain mouse operations and their right hand for others, and thus have this hardwired too deep into the code to change. Jidanni (talk) 21:21, 21 September 2020 (UTC)[reply]