5 Tips for Creating Clean Code

Clean code is code that is easy to read, understand, and maintain. It follows a set of coding standards and principles that aim to make the code as readable and maintainable as possible. Clean code is important because it helps reduce the time and effort required to understand and modify the codebase, and it makes it easier to add new features or fix bugs. It also promotes collaboration and reduces the risk of introducing new issues when modifying the code....

<span title='2022-12-29 05:39:10 +0700 +0700'>29 December 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;962 words&nbsp;·&nbsp;Ahmad Adillaumam

Top 10 Game Designer Mistakes

As a game designer, it’s important to be aware of common pitfalls and mistakes that can hinder the success of your projects. By avoiding these mistakes, you can increase your chances of creating successful and enjoyable games that players will love. Here are the top 10 mistakes game designers should avoid: Huge Project without Portfolio Starting with a large, ambitious project without a portfolio of smaller, completed games can be risky....

<span title='2022-12-27 19:11:18 +0700 +0700'>27 December 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;758 words&nbsp;·&nbsp;Ahmad Adillaumam

The Purpose of Games

Games serve many different purposes and can be enjoyed for a variety of reasons. Some people play games as a form of entertainment, to pass the time, or to socialize with friends and family. Others play games to challenge themselves or to improve their skills in a particular area. Still others play games as a way to relax and destress after a long day. Purposes for games in different contexts:...

<span title='2022-12-24 05:49:40 +0700 +0700'>24 December 2022</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;488 words&nbsp;·&nbsp;Ahmad Adillaumam

Syntatic Sugars | C# Hidden Features

Note: To be able to use these features we need at least C# version 7 and above or Unity 2018 and above. Ternary Operator In computer programming, the ternary conditional operator is a ternary operator that is part of the syntax for basic conditional expressions in several programming languages.It is commonly referred to as the conditional operator, ternary if, or inline if. An expression a ? b : c evaluates to b if the value of a is true, and otherwise to c....

<span title='2022-12-22 18:24:03 +0700 +0700'>22 December 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;698 words&nbsp;·&nbsp;Ahmad Adillaumam

12 Easy Ways to Make Videos Significantly Better

Think about Every Piece of the Picture When watching a video, we can only watch the direction of the camera. If the camera looks at the same thing for too long or is not looking at something the viewer wants to see, the viewer will get bored. Sporting events on TV are usually captured with a dozen to dozens of different cameras-every few seconds moving to a different image. And each image focuses on new information....

<span title='2022-12-20 10:38:43 +0700 +0700'>20 December 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;992 words&nbsp;·&nbsp;Ahmad Adillaumam