#howyouspendyourtime #atomichabits #mindfulness #commonhumanity #biastowardsaction #designyourlife #hysyt #nathanielstern #prototypinglife #trystuff #dostuff #milwaukee #mke #artinspiration #artist
#howyouspendyourtime #atomichabits #mindfulness #commonhumanity #biastowardsaction #designyourlife #hysyt #nathanielstern #prototypinglife #trystuff #dostuff #milwaukee #mke #artinspiration #artist
Try compiling this with gcc 🤣
Try compiling this with gcc 🤣
The humble function is the most powerful tool you will learn in any programming language. function DoStuff () { } With it you will learn the basics of encapsulating functionality that you can re-use later in your work. From it you will learn about objects, classes, inheritance,…
The humble function is the most powerful tool you will learn in any programming language. function DoStuff () { } With it you will learn the basics of encapsulating functionality that you can re-use later in your work. From it you will learn about objects, classes, inheritance,…
If you find that hard to read, know you aren't alone! Check out our thoughts on code readability here: https://bit.ly/4gdlN2C
#DevIQ #readability #SoftwareDevelopment
If you find that hard to read, know you aren't alone! Check out our thoughts on code readability here: https://bit.ly/4gdlN2C
#DevIQ #readability #SoftwareDevelopment
dostuffmedia.com/dostuff-ampl...
dostuffmedia.com/dostuff-ampl...
local function doStuff(id, dataArray)
--Something.
end
local function doStuff(id, dataArray)
--Something.
end
#trythings #dostuff #gainexperience
#trythings #dostuff #gainexperience
We'll now is your shot! We're hiring!
More info here >> dostuffmedia.com/jobs/dostuff...
We'll now is your shot! We're hiring!
More info here >> dostuffmedia.com/jobs/dostuff...
#howyouspendyourtime #atomichabits #selfcompassion #letThem #biastowardsaction #designyourlife #hysyt #prototypinglife #trystuff #dostuff #milwaukee #mke #entrepreneurship #careertips
#howyouspendyourtime #atomichabits #selfcompassion #letThem #biastowardsaction #designyourlife #hysyt #prototypinglife #trystuff #dostuff #milwaukee #mke #entrepreneurship #careertips
If you find that hard to read, know you aren't alone! Check out our thoughts on code readability here: https://bit.ly/4gdlN2C
#DevIQ #readability #SoftwareDevelopment
If you find that hard to read, know you aren't alone! Check out our thoughts on code readability here: https://bit.ly/4gdlN2C
#DevIQ #readability #SoftwareDevelopment
function doStuff(a = 1) {
{
let b = 2;
console.log(a + b)
}
{
let b = 5;
console.log(a + b)
}
}
No errors, the block creates a new variable scope. 👍
function doStuff(a = 1) {
{
let b = 2;
console.log(a + b)
}
{
let b = 5;
console.log(a + b)
}
}
No errors, the block creates a new variable scope. 👍
Where all my buildstuff/dostuff peeps at?
Where all my buildstuff/dostuff peeps at?
I am SO happy.
I am SO happy.
local function doStuff(id, dataArray)
{
--Something.
}
Hint: I'm more used to python syntax than LUA syntax. Answer in Reply.
local function doStuff(id, dataArray)
{
--Something.
}
Hint: I'm more used to python syntax than LUA syntax. Answer in Reply.