T
T
Timur Bogdalov2021-06-25 13:37:03
Books
Timur Bogdalov, 2021-06-25 13:37:03

Clean code for any jap?

Good life! When writing a more or less large project, I begin to catch myself thinking that I am writing completely wrong. But there is still no understanding of how to do it right. I took an interest in the Clean code book, but the examples are in java. So, the question is, is it possible to read this book not only to Javasts?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Bannikov, 2021-06-25
@vabka

When writing a more or less large project, I begin to catch myself thinking that I am writing completely wrong. But there is still no understanding of how to do it right.

If you don't like the style, then read Perfect Code and Clean Code.
If you don't like the architecture, then read "Clean Architecture"
If it seems that you are writing some kind of noodles, then read refactoring.guru
If it seems that your code is not idiomatic, then read Best Practices for your language: https://github.com/ palash25/best-practices-checkli...

S
Saboteur, 2021-06-25
@saboteur_kiev

clean-code is not about syntax. This is about architecture, and it depends on understanding how various technologies work.

V
Vitsliputsli, 2021-06-25
@Vitsliputsli

I took an interest in the Clean code book, but the examples are in java. So, the question is, is it possible to read this book not only to Javasts?

The language does not matter, but specifically for this book, read this review first .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question