文章预览
架构师大咖
架构师大咖,打造有价值的架构师交流平台。分享架构师干货、教程、课程、资讯。架构师大咖,每日推送。
公众号 该公众号已被封禁 我有一个同事,能力很强,BUG率很低。 但我每次看他的变量命名,都有种想打人的冲动,也不是我太菜,只是.....(直接上代码吧。) totalNumberOfItems = 150 averageProcessingTime = 5.25 maximumAllowedConnections = 100 configurationSettings = { "timeout" : 30 , "retries" : 5 } initializationParameters = { "mode" : "auto" , "threshold" : 0.75 } temporaryFilePath = "/tmp/data.txt" currentUserSession = "abc123xyz" databaseConnectionString = "Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;" applicationErrorMessage = "An unexpected error occurred." userAuthenticationToken = "abcdef123456" 这样看起来还好,
………………………………