Source-code editorA source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE). Source-code editors have characteristics specifically designed to simplify and speed up typing of source code, such as syntax highlighting, indentation, autocomplete and brace matching functionality. These editors also provide a convenient way to run a compiler, interpreter, debugger, or other program relevant for the software-development process.
Napoleonic CodeThe Napoleonic Code (Code Napoléon), officially the Civil Code of the French (Code civil des Français; simply referred to as Code civil), is the French civil code established during the French Consulate period in 1804 and still in force, although frequently amended since. It was drafted by a commission of four eminent jurists and entered into force on 21 March 1804. The code, with its stress on clearly written and accessible law, was a major milestone in the abolition of the previous patchwork of feudal laws.
Code of lawA code of law, also called a law code or legal code, is a systematic collection of statutes. It is a type of legislation that purports to exhaustively cover a complete system of laws or a particular area of law as it existed at the time the code was enacted, by a process of codification. Though the process and motivations for codification are similar in different common law and civil law systems, their usage is different. In a civil law country, a code of law typically exhaustively covers the complete system of law, such as civil law or criminal law.
Nuremberg CodeThe Nuremberg Code (Nürnberger Kodex) is a set of ethical research principles for human experimentation created by the court in U.S. v Brandt, one of the Subsequent Nuremberg trials that were held after the Second World War. Though it was articulated as part of the court's verdict in the trial, the Code would later become significant beyond its original context; in a review written on the 50th anniversary of the Brandt verdict, Jay Katz writes that "a careful reading of the judgment suggests that [the authors] wrote the Code for the practice of human experimentation whenever it is being conducted.
Duplicate codeIn computer programming, duplicate code is a sequence of source code that occurs more than once, either within a program or across different programs owned or maintained by the same entity. Duplicate code is generally considered undesirable for a number of reasons. A minimum requirement is usually applied to the quantity of code that must appear in a sequence for it to be considered duplicate rather than coincidentally similar.