Mlogjs: Compile JavaScript into Mindustry Logic

A compiler that compiles Javascript code into Mindustry logic code. – GitHub – mlogjs/mlogjs: A compiler that compiles Javascript code into Mindustry logic code. Read more

Similar

Clean Code Applied to JavaScript

Many developers think that comments are good practices while others think totally the opposite, that is, to apply comments are bad practices. Sorry to tell you that there are no absolute rules, everything depends on the case. The truth is that there are a... (more…)

Read more »

Copying Objects in JavaScript

In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)

Read more »

Copying Objects in JavaScript

In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)

Read more »