Is refactoring worth it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 01:06 AM
Hello everyone, I write code for applications and spend a lot of time on errors that appear, the question arises about code refactoring. Many people say that this is useful for the cleanliness of the code and for its support in the future. Who does refactoring and how does it really help? Should it be used on a permanent basis?
I also heard about spervises that help with refactoring and code analysis, who uses it?
- Labels:
-
General

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 07:42 AM
Good post here https://maddevs.io/blog/code-refactoring/
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 01:48 AM
Tell me, is it possible to make several unique codes from one program code? In order not to waste time writing new code for the topic that has already been written
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 04:12 AM
Keeping your code in one file may make it easier to write (to begin with), but as you write more, code it will make it much more difficult to read and modify. Splitting your code into multiple files is a good way to produce smaller, more focused files and navigating theses smaller files will be easier and so will understanding the content of each of these files.
2 cents.
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 03:08 AM
I was advised by the AppRefactoring service to work with the code, refactor and obfuscate it. What can you say about this service?
