Difference between revisions of "DIP"

From D Wiki
Jump to: navigation, search
(Redirect to move to the DIPs page)
 
m (External links)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[DIPs]]
+
DIP is an acronym for D Improvement Proposals. A formal proposal for an improvement to the language or the standard library is made and given a number. There is a review process and ultimately a decision is made to either approve or reject the DIP (approval also requiring an implementation process). DIPs were initially [[DIPs|tracked on this wiki]], but after [[DIP90]], tracking was moved to a GitHub.com repository.
 +
 
 +
== See also ==
 +
[[DIPs]]
 +
 
 +
== External links ==
 +
* [https://github.com/dlang/DIPs GitHub DIP repository]
 +
* [https://github.com/dlang/DIPs/blob/master/PROCEDURE.md The DIP Process]
 +
* [https://github.com/dlang/DIPs/blob/master/GUIDELINES.md DIP writing guidelines]
 +
* [https://dlang.org/blog/2018/03/09/the-new-new-dip-process/ The New New DIP Process]
 +
 
 +
[[Category:DIP]]

Latest revision as of 17:48, 13 March 2018

DIP is an acronym for D Improvement Proposals. A formal proposal for an improvement to the language or the standard library is made and given a number. There is a review process and ultimately a decision is made to either approve or reject the DIP (approval also requiring an implementation process). DIPs were initially tracked on this wiki, but after DIP90, tracking was moved to a GitHub.com repository.

See also

DIPs

External links