article thumbnail

C# Coding Convention: Coding Standard in C#

DZone

Coding conventions are a set of guidelines for writing code that is consistent, readable, and comprehensible. They are also sometimes called programming conventions, style guides, or coding standard. These conventions cover various aspects of the code, such as naming conventions, indentation, commenting, and formatting.

Code 225
article thumbnail

Simple Code: Immutability

DZone

If you're familiar with functional programming you surely recognize the concept of immutability because it's a key ingredient of the paradigm. In the world of object-oriented programming, it's not as used and as easy to use approach but there are ways to incorporate immutability to parts of the code and I strongly suggest you do so too.

Code 258
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dynamic Programming Problems: Learn to Solve Them More Efficiently

DZone

Programming is all about solving issues and problems. There is an end number of programming issues that the developers face when they are writing code for developing a website, applications, or any other type of software. Dynamic Programming. Flood Fill. Shortest Path. Network Flow. Complete Search. Eulerian Path.

article thumbnail

Top 7 Affiliate Programs for Testers and Developers

DZone

These tech geeks with their supreme knowledge can add more value to their company, and also themselves, through affiliate programs. Affiliate programs are an arrangement through which an online merchant sends traffic to a website and is paid accordingly. Affiliate programs are also called associate programs.

article thumbnail

Rust and Sustainability: Programming for a Greener Future

DZone

In an era where sustainable practices are more important than ever, the selection of programming languages has shifted to include factors such as environmental impact alongside performance, ease of use, and scalability. Rust has emerged as a standout choice in this context, driving us toward a greener future in programming.

article thumbnail

Writing Clean Code: Naming

DZone

When you start learning how to code your main focus is writing code that works correctly for the problem you are solving. Yes, code needs to work correctly and that is a good place to start learning. However, in a real work environment, you also want to ensure you write clean code.

Code 258
article thumbnail

Java vs. Python Comparison: The Battle of Best Programming Language in 2021

DZone

Comparing two programming languages is similar to a comparison between two cars, where two different individuals may have different opinions on both of them. Well, as starters, computer programming languages have come a long way since their inception.

Java 247