FITFLOP
Home

public (3 post)


posts by category not found!

Override public static

Understanding Override in Public Static Methods A Comprehensive Guide When it comes to object oriented programming in languages like Java the terms override and

2 min read 18-10-2024 28
Override public static
Override public static

How do you solve the separation between common and "not so common" functions in your public interface?

How to Separate Common and Not So Common Functions in Your Public Interface When designing a public interface for a software application one of the key challeng

2 min read 17-10-2024 37
How do you solve the separation between common and "not so common" functions in your public interface?
How do you solve the separation between common and "not so common" functions in your public interface?

Why we don't use named local function to create "private function" in Lua?

Why You Shouldnt Use Named Local Functions for Private Functions in Lua Lua known for its simplicity and flexibility doesnt have traditional private function me

2 min read 29-09-2024 28
Why we don't use named local function to create "private function" in Lua?
Why we don't use named local function to create "private function" in Lua?