翻訳と辞書
Words near each other
・ Software bug
・ Software build
・ Software bundle
・ Software bus
・ Software business
・ Software business community
・ Software calculator
・ Software categories
・ Software Commons
・ Software Communications Architecture
・ Software Communications Architecture Reference Implementation
・ Software configuration management
・ Software construction
・ Softcat
・ Softcatalà
Softcoding
・ Softcore Jukebox
・ Softcore pornography
・ Softcup
・ SoftDEL Systems
・ SoftDent
・ Softdisk
・ Softdisk (disk magazine)
・ Softdrive Records
・ Softeam
・ SOFTEC
・ SofTech, Inc.
・ Softeks V-24 Lastochka
・ Softener
・ Softengi


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Softcoding : ウィキペディア英語版
Softcoding

Softcoding is a computer coding term that refers to obtaining a value or function from some external resource, such as a preprocessor macro, external constant, configuration file, command line argument or database table. It is the opposite of hardcoding, which refers to coding values and functions in the source code.
==Programming practice==
Avoiding hard-coding of commonly altered values is good programming practice. Users of the software should be able to customize it to their needs, within reason, without having to edit the program's source code. Similarly, careful programmers avoid magic numbers in their code, to improve its readability, and assist maintenance. These practices are generally not referred to as 'softcoding'.
The term is generally used where softcoding becomes an anti-pattern. Abstracting too many values and features can introduce more complexity and maintenance issues than would be experienced with changing the code when required. Softcoding, in this sense, was featured in an article on The Daily WTF.〔(Softcoding ) from The Daily WTF

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Softcoding」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.