当前位置:网站首页>Six stones Management: garbage dump effect: if you don't manage your work, you will become a garbage dump

Six stones Management: garbage dump effect: if you don't manage your work, you will become a garbage dump

2022-06-24 14:21:00 Liukunpeng

   A few days ago, my colleague asked me : When installing , If there is VC2010 Will not install VC2012. I know this :

  • Compile Taishan JDK8, The first one to use is 2010; Later, Mount Tai freetype Follow up the new version , You have to use 2012 compile , So it was upgraded .
  • The test did not use the newly installed machine , So the operation changed VC2012, Only this year . So it was replaced .
  • Guess in the installation code , There is judgment 2010 Code for . It was normal to forget to change at that time , Because no one reported wrong .

  C There has been a shortage of people in this area ( I left without making up ), What do I do ? I can only go . It's also simple , I soon found my judgment VC2010 Code for , After some twists and turns , The simple test also passed .

   Problem solved , I found another problem , These things have become garbage dumps :

  • The compilation environment does not use virtual machines . For example, on my machine , You can't package successfully .
  • The content packaged locally has obviously changed , But not updated .
  • There are multiple sets of code , I don't know which is useful .
  • The build directory has .NET 3.5/.NET 4.0. I also know this before , Just why there are two ? All useful ?
  • The code goes without saying , Constant extraction is definitely not done .

   If I am responsible , I will always clean up the garbage . Since the power was deprived , You can't control it if you want to , It becomes a garbage dump . I call it the landfill effect . From the perspective of employees , You don't ask me to be lazy , This is normal . As a supervisor , Management is the minimum requirement , It's something most people can't do .

原网站

版权声明
本文为[Liukunpeng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241236164003.html