How can I write clean code

Good day to all. the question is about writing clean code. at the moment I am trying to make a news portal for my country. and I want to parse multiple sites for the database. help to draw up the structure of the code. I recently started writing in golang. so any help will come in handy. all my attempts are difficult to understand hardcodes

How to write “clean code” is a wide subject with no clear answer. I think you have to be more specific. Here is a link to resources

This is also a bit vague. I have done some “multiple Go hosting” as a learning project. And I am surprised by how few lines of Go code you need. Most parts are written in HTML, CSS and Javascript. https://hosting.go4webdev.org

3 Likes