Line 19: |
Line 19: |
| | | |
| ; Feedback / Criticism / Code reviews | | ; Feedback / Criticism / Code reviews |
− | : Review and comments by other developers on things like [<tvar|url>https://doc.wikimedia.org/</> framework use], security, efficiency and usability. | + | : Review and comments by other developers on things like [<tvar|url>https://doc.wikimedia.org/ framework use], security, efficiency and usability. |
| | | |
| ; Developer tweaking | | ; Developer tweaking |
− | : Other developers modifying your submission to improve or clean-up your code to meet new framework classes and methods, [[<tvar|1>Special:MyLanguage/Manual:Coding conventions</>|coding conventions]] and translations. | + | : Other developers modifying your submission to improve or clean-up your code to meet new framework classes and methods, [[<tvar|1>Special:MyLanguage/Manual:Coding conventions|coding conventions]] and translations. |
| | | |
| ; Improved access for wiki sysadmins | | ; Improved access for wiki sysadmins |
− | : If you do decide to put your code on the wiki, another developer may decide to move it to the MediaWiki code repository for easier maintenance. You may then [[<tvar|1>Special:MyLanguage/Commit_access#Requesting_commit_access</>|request commit access]] to continue maintaining it. | + | : If you do decide to put your code on the wiki, another developer may decide to move it to the MediaWiki code repository for easier maintenance. You may then [[<tvar|1>Special:MyLanguage/Commit_access#Requesting_commit_access|request commit access]] to continue maintaining it. |
| | | |
| ; Future versions by other developers | | ; Future versions by other developers |
− | : New branches of your code being created automatically as new versions of MediaWiki are released. You should [[<tvar|1>Special:MyLanguage/Backporting fixes</>|backport]] to these branches if you want to support older versions. | + | : New branches of your code being created automatically as new versions of MediaWiki are released. You should [[<tvar|1>Special:MyLanguage/Backporting fixes|backport]] to these branches if you want to support older versions. |
| : Incorporation of your code into other extensions with duplicate or similar purposes — incorporating the best features from each extension. | | : Incorporation of your code into other extensions with duplicate or similar purposes — incorporating the best features from each extension. |
| | | |