OlimilO1402 / Langg_AvoidElse

how and why to avoid the else keyword by Nick Chapsas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Langg_AvoidElse

How and why to avoid the else keyword

GitHub GitHub release (latest by date) Github All Releases Follow

Project started around Okt.2022.
This is the vbc-version of a code by Nick Chapsas. I like the tutorial-videos by Nick very much.

Video by Nick Chapsas: Why I don't use the "else" keyword in my code anymore

For the code to compile you also need the following files from other repositories, just have alook at the vbp-file. You dont need to collect the files, just fork the 3 repos alongside :

Repo Ptr_Pointers:

  • Module= MPtr; ..\Ptr_Pointers\Modules\MPtr.bas

Repo Sys_FuncAction:

  • Class = Action; ..\Sys_FuncAction\Classes\Action.cls
  • Class = ActionOfString; ..\Sys_FuncAction\Classes\ActionOfString.cls
  • Class = FuncOfString; ..\Sys_FuncAction\Classes\FuncOfString.cls

Repo Sys_Console:

  • Class = Console; ..\Sys_Console\Classes\Console.cls

BartenderAvoidElse Image

About

how and why to avoid the else keyword by Nick Chapsas

License:GNU General Public License v3.0


Languages

Language:VBA 97.1%Language:Batchfile 1.9%Language:C 0.7%Language:PowerShell 0.4%