How do I name a variable with acronym?
Posted
by Vishal
on Stack Overflow
See other posts from Stack Overflow
or by Vishal
Published on 2010-05-19T20:46:03Z
Indexed on
2010/05/19
20:50 UTC
Read the original article
Hit count: 193
naming-conventions
|python
For example in Java for Data Transfer Object I use as:
ExampleDTO exampleDTO = new ExampleDTO();
What naming convention should I follow for similar in Python?
© Stack Overflow or respective owner