Home New Trending Search
About Privacy Terms
#
#CodeStructure
Posts tagged #CodeStructure on Bluesky

6/8 Add methods (functions) to your class. OOP shines by co-locating related properties and methods.

Inside the class, access properties and methods using the this keyword. This keeps your class's state and behavior tightly coupled. #CodeStructure

0 0 1 0
Post image

Clear definitions and a decision guide for Modules, Classes, Interfaces, and Delegates. Learn what each building block does and when exactly to use it for cleaner code. blog.xojo.com/2025/09/24/building-bloc...

#Xojo #OOP #CodeStructure

0 0 0 0

Storing code as plain text offers tool compatibility & VCS benefits. Yet, AST storage could allow personalized formatting views without changing the underlying structure, solving individual preference conflicts. 🤔 #CodeStructure 3/5

0 0 1 0

Never been much of a SOLID follower, but Single responsibility seems important (albeit sometimes misunderstood).

Don't piggyback unrelated functionality on top of class just because it remotely touches same domain or data.

#cleancode #codestructure #tip

1 0 0 0

Guide: Building a memory-safe JSON parser in C with struct-attached functions and ergonomic API
xnacly.me/posts/2025/json-parser-i...
#cprogramming #jsonparsing #memorysafety #codestructure #systemsdevelopment

0 0 0 0
Preview
Designing the Structure of a User-Based Application: Best Practices and Considerations In the rapidly evolving world of software development, creating an efficient and user-friendly application is paramount. Whether you're developing a web or mobile application, the structure of the app...

ahmedrazadev.hashnode.dev/designing-th...
#SoftwareDevelopment
#WebDevelopment
#SystemDesign
#BestPractices
#CodeStructure
#ProgrammingTips
#DeveloperCommunity
#AhmedRazaDev
#TechBlog
#Hashnode
#CodingStandards
#ApplicationDesign
#ScalableArchitecture
#CodeOrganization

0 0 0 0
Preview
a man is carrying a stack of amazon boxes on his back in front of a van ALT: a man is carrying a stack of amazon boxes on his back in front of a van

📦 Pacotes:
Organize seu projeto em pacotes para modularizar código e facilitar manutenção e escalabilidade.
#JavaPackages #CodeStructure #Modularity 👇

1 0 1 0