Questions tagged [hidden-features]

Only used on old and popular locked questions asking for lists of hidden features. This tag is black-listed, please do not use.

Hidden Features is a tag for questions that involve hidden features in a programming language/environment/tool.

This tag is blacklisted (see The mystery of hidden-features tag), use this search to list them all.

25 questions
1473
votes
296 answers

Hidden Features of C#?

This came to my mind after I learned the following from this question: where T : struct We, C# developers, all know the basics of C#. I mean declarations, conditionals, loops, operators, etc. Some of us even mastered the stuff like Generics,…
Serhat Ozgel
  • 23,496
  • 29
  • 102
  • 138
1416
votes
191 answers

Hidden features of Python

What are the lesser-known but useful features of the Python programming language? Try to limit answers to Python core. One feature per answer. Give an example and short description of the feature, not just a link to documentation. Label the feature…
jelovirt
  • 5,844
  • 8
  • 38
  • 49
312
votes
99 answers

Hidden Features of JavaScript?

What "Hidden Features" of JavaScript do you think every programmer should know? After having seen the excellent quality of the answers to the following questions I thought it was time to ask it for JavaScript. Hidden Features of HTML Hidden…
Allain Lalonde
  • 91,574
  • 70
  • 187
  • 238
308
votes
55 answers

Favorite Django Tips & Features?

Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of. Please, include only one tip per answer. Add Django version requirements if there are…
Haes
  • 12,891
  • 11
  • 46
  • 50
232
votes
91 answers

Hidden features of Windows batch files

What are some of the lesser know, but important and useful features of Windows batch files? Guidelines: One feature per answer Give both a short description of the feature and an example, not just a link to documentation Limit answers to native…
Chris Noe
  • 36,411
  • 22
  • 71
  • 92
182
votes
100 answers

Hidden Features of Visual Studio (2005-2010)?

Visual Studio is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know were possible. For instance- Crtl + R, Ctrl + W to show white spaces.…
shoosh
  • 76,898
  • 55
  • 205
  • 325
174
votes
78 answers

Hidden Features of PHP?

I know this sounds like a point-whoring question but let me explain where I'm coming from. Out of college I got a job at a PHP shop. I worked there for a year and a half and thought that I had learned all there was to learn about programming. Then…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
159
votes
46 answers

Hidden features of Ruby

Continuing the "Hidden features of ..." meme, let's share the lesser-known but useful features of Ruby programming language. Try to limit this discussion with core Ruby, without any Ruby on Rails stuff. See also: Hidden features of C# Hidden…
squadette
  • 8,177
  • 4
  • 28
  • 39
149
votes
28 answers

Hidden features of Scala

What are the hidden features of Scala that every Scala developer should be aware of? One hidden feature per answer, please.
Krzysiek Goj
  • 1,598
  • 4
  • 16
  • 18
143
votes
78 answers

Hidden features of Perl?

What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work? Guidelines: Try to limit answers to the Perl core and not CPAN Please give an example and a short description Hidden…
Adam Bellaire
  • 108,003
  • 19
  • 148
  • 163
141
votes
56 answers

Hidden features of C

I know there is a standard behind all C compiler implementations, so there should be no hidden features. Despite that, I am sure all C developers have hidden/secret tricks they use all the time.
bernardn
  • 1,701
  • 5
  • 19
  • 23
123
votes
25 answers

Hidden features of WPF and XAML?

Here is a large number of hidden features discussed for variety of languages. Now I am curious about some hidden features of XAML and WPF? One I have found is the header click event of a ListView
Sauron
  • 16,668
  • 41
  • 122
  • 174
121
votes
6 answers

Hidden features of Android development?

I am surprised that there is no Android Hidden Features post yet in the Hidden Features series that I've been tracking for a while now. The Hidden Features series is great for people who are new to a certain language. It shows the ropes and certain…
Artem Russakovskii
  • 21,516
  • 18
  • 92
  • 115
121
votes
64 answers

Hidden Features of VB.NET?

I have learned quite a bit browsing through Hidden Features of C# and was surprised when I couldn't find something similar for VB.NET. So what are some of its hidden or lesser known features?
Sean Gough
  • 1,721
  • 3
  • 26
  • 47
114
votes
64 answers

Hidden Features of C++?

No C++ love when it comes to the "hidden features of" line of questions? Figured I would throw it out there. What are some of the hidden features of C++?
Craig H
  • 7,949
  • 16
  • 49
  • 61
1
2