▲ | aw1621107 2 days ago | ||||||||||||||||
> if your IDE of choice does not provide a safe « Extract method » capability, then your langage largely sucks. Why is that a language problem as opposed to an IDE problem? | |||||||||||||||||
▲ | lolive a day ago | parent | next [-] | ||||||||||||||||
The IDE is basically applying static code analysis methods to "understand" the code structure. Something that works extremely well in Java, reasonably well in Typescript, and seems quite shaky in other languages. | |||||||||||||||||
| |||||||||||||||||
▲ | zbentley a day ago | parent | prev [-] | ||||||||||||||||
When it’s Ruby or another language that uses metaprogramming to the point of complete obscurity to tools and humans. | |||||||||||||||||
|