About 2,230,000 results
Open links in new tab
  1. definition - What does "hard coded" mean? - Stack Overflow

    Dec 13, 2009 · There are two types of coding. (1) hard-coding (2) soft-coding Hard-coding. Assign values to program during writing source code and make executable file of program.

  2. What exactly is hard coding? - Stack Overflow

    Mar 4, 2020 · Hard coding (also hard-coding or hardcoding) is the software development practice of embedding data directly into the source code of a program or other executable object ~ …

  3. What does it mean the something is Hardcoded - Stack Overflow

    Apr 22, 2014 · Hardcoding is when you directly give a value instead of using a variable. Variables can be re-used at different locations in your code. So it is better not to hard code. View is …

  4. What is your attitude towards hard coding? - Stack Overflow

    Sep 10, 2009 · Nothing wrong with hardcoding provided its done right for the right reasons! "Doing it right" means concentrating all your hard coding in one or two modules. For C define all the …

  5. Is hard-coding literals ever acceptable? - Stack Overflow

    Feb 10, 2009 · "hardcoding" is the wrong thing to worry about. The point is not whether special values are in code or in config files, the point is: If the value could ever change, how much …

  6. What is the best strategy to avoid hard coded SQL statements

    Mar 17, 2009 · I completely agree. However, you have to look at the logistics of going straight from hardcoding SQL to using an ORM, hence the "steeper learning curve" point. Not …

  7. What is hardcoding? and give me an example. - Experts Exchange

    Jan 18, 2001 · hardcoding means u code your VB program with a fixed value for the variables. for example: Dim strHardcoded as string 'this is the hardcoded value example strHardcoded = …

  8. Reading a large number of files without hardcoding their path

    May 9, 2015 · Hardcoding the names of thousand files is really an issue IMO. It has no real advantage from the point of view of solving this problem since all you are doing is shortening …

  9. c++ - What is the difference between "hard-coding" and passing …

    Literals (which is what your first example shows) are placed into the static initialization portion of the executable (which is why, if you are on a *Nix system), you can use the command strings …

  10. Methods to avoid hard-coding file paths in Python

    Aug 4, 2017 · Working with scientific data, specifically climate data, I am constantly hard-coding paths to data directories in my Python code. Even if I were to write the most extensible code in …

Refresh