The development tag has no wiki summary.
29
votes
3answers
923 views
Custom package development: Basic steps
Every once in a while, I write a generic function that I use quite often for months to come. However, package development in Mathematica is not very well documented from what I can tell, and I was not ...
83
votes
1answer
12k views
Mathematica Minecraft
Some time ago I asked myself: with all these great graphics and interactive capabilities of Mathematica, what kinds of 3D games can be implemented in it? And the answer which came to mind is ...
31
votes
1answer
387 views
Open-source IntelliJIDEA plugin to support Mathematica development
Although we already had a question asking for development alternatives to Wolfram Workbench, I want to ask a more specific question:
One of the most advanced IDE's especially for Java programming ...
11
votes
4answers
326 views
Strategies for avoiding and handling shadowing
When dealing with namespaces in Mathematica (BeginPackage, $ContextPath ...) one is unavoidably confronted with the problem of ...
14
votes
1answer
238 views
Recommended settings for git when using with Mathematica projects?
Background
I'm relatively new to git — currently overseeing an offshore .NET-based development project on GitHub within a private business account, but little experience beyond that.
I'd like to set ...
14
votes
2answers
347 views
How to setup Team Development for a Mathematica project?
I am currently working solo on a project that consists of package files, munit tests, notebooks and .xls files. I use Wolfram Workbench as an IDE. I want to collaborate with others on this project. ...