mesopelagique / GetSetWrappers

some fun with getters and setters

Home Page:https://mesopelagique.github.io/GetSetWrappers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrappers with some getters and setters

Just to make code more object style, and have fun with computed class properties

cs.Date

$date:=cs.Date.new()

$value:=$date.year

$date.year:=2021

class documentation

cs.File

$file:=cs.File.new("/path/to/a/file/or/folder")

$name:=$file.fullName

$file.name:="hello"
$file.extension:="foo"

$file.parent:=Folder(...)

About

some fun with getters and setters

https://mesopelagique.github.io/GetSetWrappers/


Languages

Language:4D 97.8%Language:Roff 2.2%