• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Suggestion] Lesson 4 Should Be on Indentation

Status
Not open for further replies.
@doom

It actually fails.Its not fixed yet.

Script Language Aligner uses keywords to indent the script.

If it detects this kind:
JASS:
/********************************
*
* function BlahBlah
*
* - Do ablahs
*
*****************************/
function Blahblah takes nothing returns nothing
endfunction
will make the script look like this:
JASS:
/********************************
*
* function BlahBlah takes nothing returns nothing
    *
    * - Do ablahs
    *
    *****************************/
    function Blahblah takes nothing returns nothing
    endfunction

Its better to learn not just indention,but also for the names of functions,methods,constants,locales and more.which are mentioned in JPAG tutorial by Bribe.
 
They will learn about them later :/
Currently, there is no place for leaks in the curriculum except for a note in the very, very end.

Maybe they would fit in some sort of etiquette. If we include them directly in the curriculum, they would seem awkward and random.

By the way, I apologize for the week 4 lateness, but week 3 has 0 assignment submissions :|
 
Status
Not open for further replies.
Top