News

;; Add customisation for single line if. Disallow by default. ;; Fix if regexp to require whitespace after if and require then. ;; Add more VB keywords. Make begin..end work as if..endif so ;; that ...
When writing your code, you might at times create lengthy statements that necessitate horizontal scrolling in the Code Editor. Although this doesn't affect the way your code runs, it makes it ...
Peter looks at how rewriting some complex code -- purely to make it easier to read -- eliminates the need for writing comments. He even adds a comment to some code. In a previous column, I discussed ...