Search code examples
Using pragma Convention without export...


exportadaconventions

Read More
How to follow Semantic Versioning and Keep a Changelog conventions together?...


repositoryconventionsrelease-managementsemantic-versioningchangelog

Read More
Is there a way to make attr_reader create methods with a different name than the instance variable?...


rubyattributesconventionsstandard-library

Read More
Advice on c++ class interface design: how would you name these two methods to make them obvious?...


c++classmethodsnaming-conventionsconventions

Read More
Is this still considered as inheritance? Is this an ok coding practice?...


inheritanceconventions

Read More
Dealing with Duplicate Method Headers...


javamethodsparametersconventions

Read More
Is there any performance issue using comments in the loop in java, javascript, and c#?...


javascriptjavac#commentsconventions

Read More
What is the best practice for writing methods that are opposite of each other when returning a boole...


javaconventions

Read More
Categorizing C# Events, Delegates, Callbacks, etc...


c#eventsconventions

Read More
How to organize large R programs?...


rpackageconventionscode-organizationproject-organization

Read More
Is it bad practice to call public object vars and methods from other objects?...


javacoding-stylestructureconventions

Read More
Proper use of comments...


pythoncommentsconventions

Read More
Is there a way to detect words without searching for whitespace or underscores...


pythonconventionspep8

Read More
Flutter custom Widgets: function vs inheritance...


flutterconventionscustom-widgets

Read More
SwiftUI sliders and binding tips?...


macosbindingswiftuisliderconventions

Read More
Haskell constructor as variables of functions...


haskellconventions

Read More
Why are C names shortened?...


cfunctionnaming-conventionsconventions

Read More
When would it be better to use `ActionCable::Channel::Streams#stream_from` over `#stream_for`?...


ruby-on-railsrubypublish-subscribeconventionsactioncable

Read More
Conventions for ToString...


c#tostringconventions

Read More
What should I set the Application ID to in GTK?...


gtkconventions

Read More
is there a convention for localhost ports ... does it matter?...


goframeworkslocalhostportconventions

Read More
Why do I see people use for(;;) more than while(1) for infinite loops?...


cgccvisual-c++g++conventions

Read More
Regarding good coding practices, what is meant by "Useless return at end of function and method...


pythonfunctionspyderconventions

Read More
BEM Convention for css...


htmlcssfrontendconventions

Read More
What does "p" stand for in the exponential hex notation for floats...


floating-pointhexieee-754conventionsnotation

Read More
What is the conventional name for a method accepting a closure and providing temporal field access f...


rustnaming-conventionsnamingconventions

Read More
Where to place standalone functions in Angular...


angularconventions

Read More
Where should I put abstract classes in a python package?...


pythonabstract-classconventions

Read More
Java Conventions - Using Curly Braces to Isolate Code?...


javaperformanceconventions

Read More
Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from?...


netbeansmethodsconventionscoding-style

Read More
BackNext