Displaying 3 results from an estimated 3 matches for "copypastedetectorgsoc15_v2".
2015 Mar 10
2
[LLVMdev] Google Summer of Code
...;>
>>> --
>>> --------------------------------------------
>>> Q: Why is this email five sentences or less?
>>> A: http://five.sentenc.es <http://five.sentenc.es/>
>>>
>>> <CopyPasteDetectorGSoC15.diff>
>>
>
> <CopyPasteDetectorGSoC15_v2.diff>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150310/7feb83f2/attachment.html>
2015 Mar 11
2
[LLVMdev] Google Summer of Code
...-------------------------
>>>>> Q: Why is this email five sentences or less?
>>>>> A: http://five.sentenc.es <http://five.sentenc.es/>
>>>>>
>>>>> <CopyPasteDetectorGSoC15.diff>
>>>>
>>>
>>> <CopyPasteDetectorGSoC15_v2.diff>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150311/024ab2b7/attachment.html>
2015 Mar 09
2
[LLVMdev] Google Summer of Code
+Easily, some of the code snippets end up being copied dozens of
+times, which leads to worse maintainability, understandability and logical
+design.
The project description stresses code maintainability and logical design more than bug finding due to omissions in copy and pasted code. Reading this made me think of a check that would suggest people to replace copy and pasted code with a function