Difference between revisions of "DIP"

From D Wiki
Jump to: navigation, search
(Redirect to move to the DIPs page)
 
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:DIPs]]

Revision as of 17:38, 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