CamelCase VS Underscore

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CamelCase VS Underscore

686 次查看
jacewalton
Contributor III

My company uses underscore naming conventions but I notice that Processor expert uses CamelCase

 

if ( thisLooksAppealing ) {     youLikeCamelCase = true;     votePoll( camelCaseFormatting ); } else if ( this_looks_appealing ) {     you_like_underscores = true;     vote_poll( underscore_formatting );

(from site CamelCase vs underscores: Scientific showdown | whatheco.de )

 

is there a way to swithc PE to be underscore rather than CamelCase?

perhaps a setting or a preferecen?

标签 (1)
标记 (2)
2 回复数

500 次查看
bobpaddock
Senior Contributor III

"A well placed underscore can make the difference between a s_exchange and a sex_change." - Intel 8048 User Manual 1978.

500 次查看
MarekTrmac
NXP Employee
NXP Employee

Jace,

there is no such option to affect code generated by Processor Expert.

Regards

Marek

0 项奖励