@rubberduckvba @github Develop with current languages and tools, to give an ancient language/IDE a productive future. Lots of amazing work done already, but up soon is a full-blown replacement of the code editor with draggable tabs & code panes with syntax highlighting,code folding,xmlhelp,snippets,etc
@Rubberduck203 gosh, you past the 10K tweets threshold, while @rubberduckvba is only just past 2000, and I'm a lowly 326. Not sure if I should get more, or worry about tweet stats less.
@rubberduckvba @Rubberduck203 Adding a tweet, just so I can see 3 duck avatars in a thread. The cowboy, the logo and the devil. Any other ducks willing to add themselves?
@rubberduckvba You're pulling my leg? Next you'll tell me I'll make do without the inspection results WPF window, and view inspections in syntax highlighted, custom coloured, dockable windows, like, say, um, Visual Studio 2017?
@rubberduckvba @MZToolsSoftware Parametrised snippets : Eg. Insert snippet "Iterate 2D Array"... Rubberduck inserts code that iterates a 2D array, giving the user the option of naming and typing the variables on each tab press.
@pugwonk I get told by Americans that my English is pretty good for an Australian. Then again, with a name like Andrew Jackson, they don't take me seriously.
@pugwonk@StackOverflow I've done the more senile act of finding that I both authored the original question AND the answer. I guess I should be proud that the answer had helped others, in the meantime, but I did find it strange that the OP had had such a similar experience to me.
@rubberduckvba @msexcel It seems it doesn't matter if your'e assigning to a fixed array - assigning to a Variant (so that it's type is Variant/Variant()) is enough:
Public Sub Boom()
Dim result, uninitialized()
result = uninitialized
Debug.Print IsMissing(result)
End Sub
@Rubberduck203 In my experience, the riffing that pairing brings, generates better code before it's written or ready for review.
The German expression "unter vier Augen", literally means "Under four eyes", although it usually relates to the security/privacy/accountability of a 2-person dialog.
@doryowen @rubberduckvba can help you with the first one, but to me, "Sweet potato-prune" sounds like a mixed complement/insult. However, you've inspired me to make some OOP-like, modular rice paper rolls.
@Rubberduck203 The advantage to finishing the deck on the day of the presentation is that the file is appropriately date-stamped, and the content takes into account the very latest ideas from industry and academia. How _fresh_ would you like it?
@ExcelAnalytics Just because there's a most extreme possible behaviour, doesn't mean it has a high probability of occurring. Like anything, the risks need to be identified but also weighted by their chance of occurring.