code-review

Recent in

code-review

Code like You're Building a Lego Castle
coding

Code like You're Building a Lego Castle

https://hackernoon.com

The article compares coding to building a castle with Legos and emphasizes the importance of following best practices to avoid mistakes and build a sturdy, well-functioning code. The author advises to have a blueprint before starting coding, use version control, test the code often, keep the codebase organized, use debugging tools, avoid hardcoding, stay up-to-date with industry standards and best practices, collaborate with others, learn from mistakes and take breaks to refresh the mind.

Bhanu PippadipallyFeb 2, 2023
How to Make an Unforgettable Code Review? Guide for Authors
code-review

How to Make an Unforgettable Code Review? Guide for Authors

https://hackernoon.com

Code review is an integral part of any software development process. Code written by one developer (author) goes through a complex validation process from one or many other developers (reviewers) This is a way to prevent various bugs related to the business logic itself and to the basic performance of the application. Here are a couple of rules for making great code review.

Danylo TolmachovOct 13, 2022
Detecting Linked List Cycle.
algorithms

Detecting Linked List Cycle.

https://hackernoon.com

Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the next pointer. Internally, pos is used to denote the index of the node that tail's next pointer is connected to.

Aleksei KankovNov 16, 2022
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!