Lots of Title updating
This commit is contained in:
parent
aad74f9657
commit
72e338e2fe
126 changed files with 126 additions and 126 deletions
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "static-object-invocation.md"
|
||||
title = "Static Object Invocation"
|
||||
weight = 1160
|
||||
+++
|
||||
Call objects statically whenever possible. It reduces extra noise and removes extra variables. Downside: changing the name of the object which is called statically will need a code update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue