Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • $\begingroup$ I guess this will be primarily opinion-based... let's see what others think. $\endgroup$ Commented Jan 28, 2015 at 14:02
  • 2
    $\begingroup$ I thought it was an interesting question. If it's too broad so be it, you can delete it ... $\endgroup$ Commented Jan 28, 2015 at 14:25
  • $\begingroup$ Don´t get me wrong, it is an interesting topic. And you already got one answer, so others think so too :D $\endgroup$ Commented Jan 28, 2015 at 16:03
  • $\begingroup$ How do people handle variable naming for different data types? For example if foo is a Dataset do you have fooA = Normal[foo] and fooV = Values@fooA ? That is what I do sometimes but I think it goes against the "Clean Code" best practice. $\endgroup$ Commented Aug 4, 2022 at 9:46
  • 1
    $\begingroup$ @IntroductionToProbability yes but if you use something like x$1 then you might have a conflict with the local variables from Module or Unique. For more information on that see this question $\endgroup$ Commented Nov 9, 2022 at 3:03